Skip to content

Commit

Permalink
evaluator.rules: Move a '+' to the right place
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 Nov 23, 2022
1 parent 2857332 commit a00e617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evaluator-rules/src/main/resources/evaluator.rules.kts
Original file line number Diff line number Diff line change
Expand Up @@ -1143,8 +1143,8 @@ fun RuleSet.copyleftLimitedInDependencyRule() = dependencyRule("COPYLEFT_LIMITED
}

error(
"The dependency ${pkg.metadata.id.toCoordinates()} is statically linked and licensed under the "
+ "ScanCode 'copyleft-limited' categorized license $license.",
"The dependency ${pkg.metadata.id.toCoordinates()} is statically linked and licensed under the " +
"ScanCode 'copyleft-limited' categorized license $license.",
howToFixLicenseViolationDefault(license.toString(), licenseSource)
)
}
Expand Down

0 comments on commit a00e617

Please sign in to comment.