File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
- description: Security-and-quality queries for Go
2
2
- queries: .
3
- - apply: security-and-quality-selectors.yml
3
+ - apply: security-and-frozen- quality-selectors.yml
4
4
from: codeql/suite-helpers
5
+ - include:
6
+ id:
7
+ - go/comparison-of-identical-expressions
8
+ - go/constant-length-comparison
9
+ - go/duplicate-branches
10
+ - go/duplicate-condition
11
+ - go/duplicate-switch-case
12
+ - go/impossible-interface-nil-check
13
+ - go/inconsistent-loop-direction
14
+ - go/index-out-of-bounds
15
+ - go/missing-error-check
16
+ - go/mistyped-exponentiation
17
+ - go/negative-length-check
18
+ - go/redundant-assignment
19
+ - go/redundant-operation
20
+ - go/redundant-recover
21
+ - go/shift-out-of-range
22
+ - go/unexpected-nil-value
23
+ - go/unhandled-writable-file-close
24
+ - go/unreachable-statement
25
+ - go/useless-assignment-to-field
26
+ - go/useless-assignment-to-local
27
+ - go/useless-expression
28
+ - go/whitespace-contradicts-precedence
You can’t perform that action at this time.
0 commit comments