File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
go/ql/integration-tests/query-suite Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ ql/go/ql/src/InconsistentCode/ConstantLengthComparison.ql
2
+ ql/go/ql/src/InconsistentCode/InconsistentLoopOrientation.ql
1
3
ql/go/ql/src/InconsistentCode/LengthComparisonOffByOne.ql
2
4
ql/go/ql/src/InconsistentCode/MissingErrorCheck.ql
5
+ ql/go/ql/src/InconsistentCode/MistypedExponentiation.ql
3
6
ql/go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql
7
+ ql/go/ql/src/InconsistentCode/WhitespaceContradictsPrecedence.ql
4
8
ql/go/ql/src/InconsistentCode/WrappedErrorAlwaysNil.ql
9
+ ql/go/ql/src/RedundantCode/CompareIdenticalValues.ql
10
+ ql/go/ql/src/RedundantCode/DeadStoreOfField.ql
11
+ ql/go/ql/src/RedundantCode/DeadStoreOfLocal.ql
12
+ ql/go/ql/src/RedundantCode/DuplicateBranches.ql
13
+ ql/go/ql/src/RedundantCode/DuplicateCondition.ql
14
+ ql/go/ql/src/RedundantCode/DuplicateSwitchCase.ql
15
+ ql/go/ql/src/RedundantCode/ExprHasNoEffect.ql
16
+ ql/go/ql/src/RedundantCode/ImpossibleInterfaceNilCheck.ql
5
17
ql/go/ql/src/RedundantCode/NegativeLengthCheck.ql
18
+ ql/go/ql/src/RedundantCode/RedundantExpr.ql
6
19
ql/go/ql/src/RedundantCode/RedundantRecover.ql
20
+ ql/go/ql/src/RedundantCode/SelfAssignment.ql
21
+ ql/go/ql/src/RedundantCode/ShiftOutOfRange.ql
22
+ ql/go/ql/src/RedundantCode/UnreachableStatement.ql
You can’t perform that action at this time.
0 commit comments