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 67af127 commit 924c1ceCopy full SHA for 924c1ce
src/docs/arithmetic_side_effects.txt
@@ -30,4 +30,4 @@ let _n = Decimal::MAX + Decimal::MAX;
30
```
31
32
### Allowed types
33
-Custom allowed types can be specified through the "arithmetic-side-effects-allowed" filter.
+Custom allowed types can be specified through the "arithmetic-side-effects-allowed" filter.
src/docs/similar_names.txt
@@ -1,6 +1,10 @@
1
### What it does
2
Checks for names that are very similar and thus confusing.
3
4
+Note: this lint looks for similar names throughout each
5
+scope. To allow it, you need to allow it on the scope
6
+level, not on the name that is reported.
7
+
8
### Why is this bad?
9
It's hard to distinguish between names that differ only
10
by a single character.
0 commit comments