We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc842ad commit bd7bc2fCopy full SHA for bd7bc2f
cpp/misra/src/rules/RULE-0-0-2/InvariantCondition.ql
@@ -4,7 +4,7 @@
4
* @description Invariant expressions in controlling statements can indicate logic errors or
5
* redundant code.
6
* @kind problem
7
- * @precision very-high
+ * @precision high
8
* @problem.severity error
9
* @tags external/misra/id/rule-0-0-2
10
* scope/system
rule_packages/cpp/DeadCode4.json
@@ -10,7 +10,7 @@
"description": "Invariant expressions in controlling statements can indicate logic errors or redundant code.",
11
"kind": "problem",
12
"name": "Controlling expressions should not be invariant",
13
- "precision": "very-high",
+ "precision": "high",
14
"severity": "error",
15
"short_name": "InvariantCondition",
16
"tags": [
0 commit comments