Skip to content

Commit 52cfc50

Browse files
author
Roman Janusz
authored
Update Analyzer.md
1 parent 8802150 commit 52cfc50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Analyzer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ addCompilerPlugin("com.avsystem.commons" %% "commons-analyzer" % avsCommonsVersi
1111

1212
Analyzer runs after typechecker inside the Scala compiler and applies its rules on every file.
1313
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.
14+
It is recommended to use warnings with `-Werror` option for the Scala compiler enabled
15+
and `@nowarn` annotation for warning suppression.
1616

1717
Here's a list of currently supported rules:
1818

0 commit comments

Comments
 (0)