From b76527fa84db893127eee1e3b0459f76cbe58d56 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Wed, 12 Mar 2025 14:55:20 +0100 Subject: [PATCH] C#: Add cs/constant-condition 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 35af20e2d19a..fa67d3330d10 100644 --- a/csharp/ql/src/codeql-suites/csharp-ccr.qls +++ b/csharp/ql/src/codeql-suites/csharp-ccr.qls @@ -9,3 +9,4 @@ - cs/inefficient-containskey - cs/call-to-object-tostring - cs/local-not-disposed + - cs/constant-condition