Commit cffc933
committed
rules/sdk: exclude "testutil" and other packages from map ranging checks
This change excludes:
* "gogoreflection"
* "simapp"
* "simulation"
* "testutil"
from map ranging checks
given that such code is used for testing and no need to flag
natural code to iterate over tests.
Fixes #501 parent 8d0d8e0 commit cffc933
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
40 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
41 | 58 | | |
42 | 59 | | |
43 | 60 | | |
| |||
0 commit comments