Skip to content

Commit

Permalink
Add comment why yubico-util-scala is the exception to scalafix.ignore…
Browse files Browse the repository at this point in the history
…SourceSets
  • Loading branch information
emlun committed Jun 3, 2024
1 parent 48d9688 commit 0d5b5ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ scalafix {
configFile.set(project.rootProject.file("scalafix.conf"))

if (project.name != "yubico-util-scala") {
// yubico-util-scala is the only subproject with Scala sources in the "main" source set
ignoreSourceSets.add("main")
}
}
Expand Down

0 comments on commit 0d5b5ef

Please sign in to comment.