From b3a1ff1fc329d777799be796c6062f179d482693 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Thu, 13 Mar 2025 16:27:18 +0100 Subject: [PATCH] C#: Add cs/non-short-circuit to the CCR suite. --- csharp/ql/src/codeql-suites/csharp-ccr.qls | 1 + 1 file changed, 1 insertion(+) diff --git a/csharp/ql/src/codeql-suites/csharp-ccr.qls b/csharp/ql/src/codeql-suites/csharp-ccr.qls index dc0de9df1b4..b7b53377381 100644 --- a/csharp/ql/src/codeql-suites/csharp-ccr.qls +++ b/csharp/ql/src/codeql-suites/csharp-ccr.qls @@ -11,3 +11,4 @@ - cs/local-not-disposed - cs/constant-condition - cs/useless-gethashcode-call + - cs/non-short-circuit