We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97d121 commit aca6e45Copy full SHA for aca6e45
project/Common.scala
@@ -29,7 +29,8 @@ object Common {
29
s"-P:scapegoat:dataDir:${(Compile / crossTarget).value}/scapegoat-report",
30
"-P:scapegoat:reports:xml:html:markdown",
31
"-P:scapegoat:disabledInspections:VariableShadowing", // Disable variable shadowing warnings
32
- "-P:scapegoat:sourceDirectories:src/main"), // Only analyze main source directories
+ "-P:scapegoat:sourceDirectories:src/main"
33
+ ), // Only analyze main source directories
34
// Explicitly exclude Scapegoat from test compilation
35
Test / scalacOptions := (Test / scalacOptions).value.filterNot(_.contains("scapegoat")))
36
0 commit comments