mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Do not add complexity queries that should be configurable to the Code Quality suite.
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
* @problem.severity recommendation
|
||||
* @precision very-high
|
||||
* @id cs/too-many-ref-parameters
|
||||
* @tags quality
|
||||
* maintainability
|
||||
* @tags maintainability
|
||||
* readability
|
||||
* testability
|
||||
*/
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
* @problem.severity recommendation
|
||||
* @precision high
|
||||
* @id cs/complex-block
|
||||
* @tags quality
|
||||
* maintainability
|
||||
* @tags maintainability
|
||||
* complexity
|
||||
* testability
|
||||
*/
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
* @problem.severity recommendation
|
||||
* @precision high
|
||||
* @id cs/complex-condition
|
||||
* @tags quality
|
||||
* maintainability
|
||||
* @tags maintainability
|
||||
* readability
|
||||
* testability
|
||||
*/
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
* @problem.severity recommendation
|
||||
* @precision high
|
||||
* @id cs/chained-type-tests
|
||||
* @tags quality
|
||||
* reliability
|
||||
* @tags reliability
|
||||
* performance
|
||||
* changeability
|
||||
* language-features
|
||||
|
||||
Reference in New Issue
Block a user