File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Here's a list of currently supported rules:
2020| --- | --- | --- |
2121| ` importJavaUtil ` | warning | Rejects direct imports of ` java.util ` package. |
2222| ` valueEnumExhaustiveMatch ` | warning | Enables (limited) exhaustive pattern match checking for [ ` ValueEnum ` s] ( https://github.com/AVSystem/scala-commons/blob/1.34.x/commons-core/src/main/scala/com/avsystem/commons/misc/ValueEnum.scala ) . |
23+ | ` any2stringadd ` | off | Disables ` any2stringadd ` (concatenating arbitrary values with strings using ` + ` ). |
2324| ` bincompat ` | warning | Enables [ ` @bincompat ` ] ( https://github.com/AVSystem/scala-commons/blob/1.34.x/commons-annotations/src/main/scala/com/avsystem/commons/annotation/bincompat.scala ) checking |
2425| ` showAst ` | error | Handles [ ` @showAst ` ] ( https://github.com/AVSystem/scala-commons/blob/1.34.x/commons-annotations/src/main/scala/com/avsystem/commons/annotation/showAst.scala ) . |
2526| ` findUsages ` | warning | Issues a message for every occurrence of any of the symbols listed in the argument of this rule |
You can’t perform that action at this time.
0 commit comments