You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest we introduce a configuration file (at least optionally).
Context
With override levels and disabling inspections we already have possibly quite a few values to configure. Also the syntax for configuration differs for different build systems (Maven, Gradle, sbt). For non-trivial configuration it would be more readable and maintainable to have a separate Scapegoat configuration file (only referred to from build.sbt, pom.xml, etc.)
The text was updated successfully, but these errors were encountered:
The idea
I suggest we introduce a configuration file (at least optionally).
Context
With override levels and disabling inspections we already have possibly quite a few values to configure. Also the syntax for configuration differs for different build systems (Maven, Gradle, sbt). For non-trivial configuration it would be more readable and maintainable to have a separate Scapegoat configuration file (only referred to from
build.sbt
,pom.xml
, etc.)The text was updated successfully, but these errors were encountered: