C#: Address review comments.

This commit is contained in:
Michael Nebel
2025-06-18 09:18:36 +02:00
parent d296ee7d50
commit 5c575ac187
2 changed files with 1 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ ql/csharp/ql/src/API Abuse/FormatInvalid.ql
ql/csharp/ql/src/API Abuse/NoDisposeCallOnLocalIDisposable.ql
ql/csharp/ql/src/API Abuse/NullArgumentToEquals.ql
ql/csharp/ql/src/ASP/BlockCodeResponseWrite.ql
ql/csharp/ql/src/Architecture/Refactoring Opportunities/InappropriateIntimacy.ql
ql/csharp/ql/src/Bad Practices/CallsUnmanagedCode.ql
ql/csharp/ql/src/Bad Practices/CatchOfNullReferenceException.ql
ql/csharp/ql/src/Bad Practices/Control-Flow/ConstantCondition.ql

View File

@@ -6,8 +6,7 @@
* @problem.severity recommendation
* @precision high
* @id cs/coupled-types
* @tags quality
* maintainability
* @tags maintainability
* complexity
* modularity
*/