Shanedell commented on a change in pull request #42:
URL: https://github.com/apache/daffodil-vscode/pull/42#discussion_r734621036
##########
File path: build.sbt
##########
@@ -38,18 +40,29 @@ lazy val commonSettings = {
)
}
+lazy val ratSettings = Seq(
+ ratLicenses := Seq(
+ ("BSD2 ", Rat.BSD2_LICENSE_NAME, Rat.LICENSE_TEXT_PASSERA)
Review comment:
Yes we need these entries as if they are not added the ratCheck will not
run properly. As for example without it all files that should be excluded from
the ratCheck will be checked
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]