mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
ql/go/ql/src/InconsistentCode/ConstantLengthComparison.ql
|
|
ql/go/ql/src/InconsistentCode/InconsistentLoopOrientation.ql
|
|
ql/go/ql/src/InconsistentCode/LengthComparisonOffByOne.ql
|
|
ql/go/ql/src/InconsistentCode/MissingErrorCheck.ql
|
|
ql/go/ql/src/InconsistentCode/MistypedExponentiation.ql
|
|
ql/go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql
|
|
ql/go/ql/src/InconsistentCode/WhitespaceContradictsPrecedence.ql
|
|
ql/go/ql/src/InconsistentCode/WrappedErrorAlwaysNil.ql
|
|
ql/go/ql/src/RedundantCode/CompareIdenticalValues.ql
|
|
ql/go/ql/src/RedundantCode/DeadStoreOfField.ql
|
|
ql/go/ql/src/RedundantCode/DeadStoreOfLocal.ql
|
|
ql/go/ql/src/RedundantCode/DuplicateBranches.ql
|
|
ql/go/ql/src/RedundantCode/DuplicateCondition.ql
|
|
ql/go/ql/src/RedundantCode/DuplicateSwitchCase.ql
|
|
ql/go/ql/src/RedundantCode/ExprHasNoEffect.ql
|
|
ql/go/ql/src/RedundantCode/ImpossibleInterfaceNilCheck.ql
|
|
ql/go/ql/src/RedundantCode/NegativeLengthCheck.ql
|
|
ql/go/ql/src/RedundantCode/RedundantExpr.ql
|
|
ql/go/ql/src/RedundantCode/RedundantRecover.ql
|
|
ql/go/ql/src/RedundantCode/SelfAssignment.ql
|
|
ql/go/ql/src/RedundantCode/ShiftOutOfRange.ql
|
|
ql/go/ql/src/RedundantCode/UnreachableStatement.ql
|