Skip to content

Commit f8d8e67

Browse files
committed
C#: Update integration test expected output.
1 parent f3143c6 commit f8d8e67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

csharp/ql/integration-tests/posix/query-suite/csharp-code-quality.qls.expected

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ql/csharp/ql/src/Bad Practices/CallsUnmanagedCode.ql
1010
ql/csharp/ql/src/Bad Practices/CatchOfNullReferenceException.ql
1111
ql/csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql
1212
ql/csharp/ql/src/Bad Practices/Declarations/LocalScopeVariableShadowsMember.ql
13-
ql/csharp/ql/src/Bad Practices/Declarations/TooManyRefParameters.ql
1413
ql/csharp/ql/src/Bad Practices/EmptyCatchBlock.ql
1514
ql/csharp/ql/src/Bad Practices/Implementation Hiding/ExposeRepresentation.ql
1615
ql/csharp/ql/src/Bad Practices/Naming Conventions/FieldMasksSuperField.ql
@@ -20,8 +19,6 @@ ql/csharp/ql/src/Bad Practices/UnmanagedCodeCheck.ql
2019
ql/csharp/ql/src/CSI/CompareIdenticalValues.ql
2120
ql/csharp/ql/src/CSI/NullAlways.ql
2221
ql/csharp/ql/src/CSI/NullMaybe.ql
23-
ql/csharp/ql/src/Complexity/BlockWithTooManyStatements.ql
24-
ql/csharp/ql/src/Complexity/ComplexCondition.ql
2522
ql/csharp/ql/src/Concurrency/FutileSyncOnField.ql
2623
ql/csharp/ql/src/Concurrency/LockOrder.ql
2724
ql/csharp/ql/src/Concurrency/LockThis.ql
@@ -30,7 +27,6 @@ ql/csharp/ql/src/Dead Code/DeadStoreOfLocal.ql
3027
ql/csharp/ql/src/Documentation/XmldocMissingSummary.ql
3128
ql/csharp/ql/src/Language Abuse/CastThisToTypeParameter.ql
3229
ql/csharp/ql/src/Language Abuse/CatchOfGenericException.ql
33-
ql/csharp/ql/src/Language Abuse/ChainedIs.ql
3430
ql/csharp/ql/src/Language Abuse/DubiousDowncastOfThis.ql
3531
ql/csharp/ql/src/Language Abuse/DubiousTypeTestOfThis.ql
3632
ql/csharp/ql/src/Language Abuse/MissedReadonlyOpportunity.ql

0 commit comments

Comments
 (0)