Skip to content

Commit 0d5b5ef

Browse files
committed
Add comment why yubico-util-scala is the exception to scalafix.ignoreSourceSets
1 parent 48d9688 commit 0d5b5ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/groovy/project-convention-code-formatting-internal.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ scalafix {
1414
configFile.set(project.rootProject.file("scalafix.conf"))
1515

1616
if (project.name != "yubico-util-scala") {
17+
// yubico-util-scala is the only subproject with Scala sources in the "main" source set
1718
ignoreSourceSets.add("main")
1819
}
1920
}

0 commit comments

Comments
 (0)