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 8802150 commit 52cfc50Copy full SHA for 52cfc50
docs/Analyzer.md
@@ -11,8 +11,8 @@ addCompilerPlugin("com.avsystem.commons" %% "commons-analyzer" % avsCommonsVersi
11
12
Analyzer runs after typechecker inside the Scala compiler and applies its rules on every file.
13
Every rule can be disabled or enabled to yield a compilation error, warning or info.
14
-It is recommended to use warnings with `-Xfatal-warning` option for the Scala compiler enabled
15
-and [silencer](https://github.com/ghik/silencer) plugin for warning suppression.
+It is recommended to use warnings with `-Werror` option for the Scala compiler enabled
+and `@nowarn` annotation for warning suppression.
16
17
Here's a list of currently supported rules:
18
0 commit comments