Skip to content

Commit f3143c6

Browse files
committed
C#: Do not add complexity queries that should be configurable to the Code Quality suite.
1 parent 90bee3f commit f3143c6

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

csharp/ql/src/Bad Practices/Declarations/TooManyRefParameters.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* @problem.severity recommendation
77
* @precision very-high
88
* @id cs/too-many-ref-parameters
9-
* @tags quality
10-
* maintainability
9+
* @tags maintainability
1110
* readability
1211
* testability
1312
*/

csharp/ql/src/Complexity/BlockWithTooManyStatements.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
* @problem.severity recommendation
88
* @precision high
99
* @id cs/complex-block
10-
* @tags quality
11-
* maintainability
10+
* @tags maintainability
1211
* complexity
1312
* testability
1413
*/

csharp/ql/src/Complexity/ComplexCondition.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @problem.severity recommendation
66
* @precision high
77
* @id cs/complex-condition
8-
* @tags quality
9-
* maintainability
8+
* @tags maintainability
109
* readability
1110
* testability
1211
*/

csharp/ql/src/Language Abuse/ChainedIs.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* @problem.severity recommendation
77
* @precision high
88
* @id cs/chained-type-tests
9-
* @tags quality
10-
* reliability
9+
* @tags reliability
1110
* performance
1211
* changeability
1312
* language-features

0 commit comments

Comments
 (0)