Skip to content

Commit 9d9e646

Browse files
committed
mentioned any2stringadd in analyzer docs
1 parent 5aa2440 commit 9d9e646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Analyzer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)