File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
go/ql/integration-tests/query-suite Expand file tree Collapse file tree 2 files changed +32
-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
13ql/go/ql/src/InconsistentCode/LengthComparisonOffByOne.ql
24ql/go/ql/src/InconsistentCode/MissingErrorCheck.ql
5+ ql/go/ql/src/InconsistentCode/MistypedExponentiation.ql
36ql/go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql
7+ ql/go/ql/src/InconsistentCode/WhitespaceContradictsPrecedence.ql
48ql/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
517ql/go/ql/src/RedundantCode/NegativeLengthCheck.ql
18+ ql/go/ql/src/RedundantCode/RedundantExpr.ql
619ql/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
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
13ql/go/ql/src/InconsistentCode/LengthComparisonOffByOne.ql
24ql/go/ql/src/InconsistentCode/MissingErrorCheck.ql
5+ ql/go/ql/src/InconsistentCode/MistypedExponentiation.ql
36ql/go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql
7+ ql/go/ql/src/InconsistentCode/WhitespaceContradictsPrecedence.ql
48ql/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
517ql/go/ql/src/RedundantCode/NegativeLengthCheck.ql
18+ ql/go/ql/src/RedundantCode/RedundantExpr.ql
619ql/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