Skip to content

Commit b806bc3

Browse files
committed
Update quality suite integration test
1 parent a422c34 commit b806bc3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1+
ql/go/ql/src/InconsistentCode/ConstantLengthComparison.ql
2+
ql/go/ql/src/InconsistentCode/InconsistentLoopOrientation.ql
13
ql/go/ql/src/InconsistentCode/LengthComparisonOffByOne.ql
24
ql/go/ql/src/InconsistentCode/MissingErrorCheck.ql
5+
ql/go/ql/src/InconsistentCode/MistypedExponentiation.ql
36
ql/go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql
7+
ql/go/ql/src/InconsistentCode/WhitespaceContradictsPrecedence.ql
48
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
517
ql/go/ql/src/RedundantCode/NegativeLengthCheck.ql
18+
ql/go/ql/src/RedundantCode/RedundantExpr.ql
619
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

0 commit comments

Comments
 (0)