C#: Do not add complexity queries that should be configurable to the Code Quality suite.

This commit is contained in:
Michael Nebel
2025-06-16 16:20:30 +02:00
parent 758a6b5487
commit 819ee33239
4 changed files with 4 additions and 8 deletions

View File

@@ -6,8 +6,7 @@
* @problem.severity recommendation
* @precision very-high
* @id cs/too-many-ref-parameters
* @tags quality
* maintainability
* @tags maintainability
* readability
* testability
*/

View File

@@ -7,8 +7,7 @@
* @problem.severity recommendation
* @precision high
* @id cs/complex-block
* @tags quality
* maintainability
* @tags maintainability
* complexity
* testability
*/

View File

@@ -5,8 +5,7 @@
* @problem.severity recommendation
* @precision high
* @id cs/complex-condition
* @tags quality
* maintainability
* @tags maintainability
* readability
* testability
*/

View File

@@ -6,8 +6,7 @@
* @problem.severity recommendation
* @precision high
* @id cs/chained-type-tests
* @tags quality
* reliability
* @tags reliability
* performance
* changeability
* language-features