Skip to content

Commit

Permalink
evaluator-rules: Add a TODO to remind about updating the rules
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Sep 29, 2022
1 parent 4e19c35 commit fc8f779
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evaluator-rules/src/main/resources/example.rules.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ val publicDomainLicenses = licenseClassifications.licensesByCategory["public-dom

/**
* The complete set of licenses covered by policy rules.
*
* // TODO: Update the handled licenses to cover all recently added categories. This requires adding
* policy rules for new (offinding) categories, if any.
*/
val handledLicenses = listOf(
permissiveLicenses,
Expand Down

0 comments on commit fc8f779

Please sign in to comment.