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 af6dc06 commit 6dcae27Copy full SHA for 6dcae27
docs/Analyzer.md
@@ -38,7 +38,7 @@ Rules may be enabled and disabled in `build.sbt` with Scala compiler options:
38
scalacOptions += "-P:AVSystemAnalyzer:<level><ruleName>[:<arg>],<level><ruleName>[:<arg>],..."
39
```
40
41
-`<name>` must be one of the rule names listed above or `_` to apply to all rules.
+`<ruleName>` must be one of the rule names listed above or `_` to apply to all rules.
42
43
`<level>` may be one of:
44
0 commit comments