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 caf2354 commit af6dc06Copy full SHA for af6dc06
docs/Analyzer.md
@@ -35,7 +35,7 @@ Here's a list of currently supported rules:
35
Rules may be enabled and disabled in `build.sbt` with Scala compiler options:
36
37
```scala
38
-scalacOptions += "-P:AVSystemAnalyzer:<level><ruleName>(:<arg>)?,<level><ruleName>(:<arg>)?,..."
+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.
0 commit comments