File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed
Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -8,35 +8,28 @@ directory tests
88
99check assignments shorthand
1010
11- check caseStatements min 3
12- check complexity all 1
11+ check caseStatements min 2
12+ check complexity all 3
1313
14- check forStatements empty
15- check forStatements iterators
14+ check forStatements all
1615# check not forStatements iterators
1716
18- # check hasPragma all contractual "raises: [*"
19- # check hasPragma procedures contractual "raises: [*" "tags: [*"
20-
2117check ifStatements all
22- check ifStatements max 3
2318
2419check localHides
2520
26- # check namedParams
2721check not namingConv enumerations .*_.*
2822check not namingConv procedures .*_.*
2923check not namingConv types .*_.*
3024check not namingConv variables .*_.*
3125
32- check objects all
33- check not objects fields
26+ check not objects publicfields
3427
35- check params all all
28+ check params used all
3629
37- check not ranges spaces
30+ check ranges spaces
3831
3932check trystatements empty
4033
41- check varDeclared full
34+ check not varDeclared type
4235check varUplevel
You can’t perform that action at this time.
0 commit comments