Skip to content

Commit

Permalink
example.rules: Add a section for the 'prior to open sourcing' use case
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 Aug 24, 2022
1 parent c211767 commit 09d7f45
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,10 @@ val ruleSet = ruleSet(ortResult, licenseInfoResolver, resolutionProvider) {
copyleftLimitedInDependencyRule()

// Rules which get executed once:
dependencyInProjectSourceRule()
deprecatedScopeExcludeReasonInOrtYmlRule()

// Prior to open sourcing use case rules (which get executed once):
dependencyInProjectSourceRule()
missingCiConfigurationRule()
missingContributingFileRule()
missingReadmeFileRule()
Expand Down

0 comments on commit 09d7f45

Please sign in to comment.