Skip to content

Commit af6dc06

Browse files
author
Roman Janusz
committed
cosmetic
1 parent caf2354 commit af6dc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Analyzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here's a list of currently supported rules:
3535
Rules may be enabled and disabled in `build.sbt` with Scala compiler options:
3636

3737
```scala
38-
scalacOptions += "-P:AVSystemAnalyzer:<level><ruleName>(:<arg>)?,<level><ruleName>(:<arg>)?,..."
38+
scalacOptions += "-P:AVSystemAnalyzer:<level><ruleName>[:<arg>],<level><ruleName>[:<arg>],..."
3939
```
4040

4141
`<name>` must be one of the rule names listed above or `_` to apply to all rules.

0 commit comments

Comments
 (0)