From e2699586db0997d33c95e8e8e67a130c68ab639b Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Thu, 13 Mar 2025 15:42:28 +0100 Subject: [PATCH] C#: Add cs/useless-gethashcode-call 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 fa67d3330d10..dc0de9df1b4b 100644 --- a/csharp/ql/src/codeql-suites/csharp-ccr.qls +++ b/csharp/ql/src/codeql-suites/csharp-ccr.qls @@ -10,3 +10,4 @@ - cs/call-to-object-tostring - cs/local-not-disposed - cs/constant-condition + - cs/useless-gethashcode-call