Skip to content

Commit e2b05ef

Browse files
Update rule metadata (#985)
1 parent 213aece commit e2b05ef

File tree

212 files changed

+661
-378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+661
-378
lines changed

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/BackticksUsage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"defaultSeverity": "Blocker",
1313
"ruleSpecification": "RSPEC-2316",
1414
"sqKey": "BackticksUsage",
15-
"scope": "Main"
15+
"scope": "Main",
16+
"quickfix": "unknown"
1617
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/ClassComplexity.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"defaultSeverity": "Critical",
1313
"ruleSpecification": "RSPEC-1311",
1414
"sqKey": "ClassComplexity",
15-
"scope": "Main"
15+
"scope": "Main",
16+
"quickfix": "unknown"
1617
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/CommentRegularExpression.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"defaultSeverity": "Major",
1111
"ruleSpecification": "RSPEC-124",
1212
"sqKey": "CommentRegularExpression",
13-
"scope": "Main"
13+
"scope": "Main",
14+
"quickfix": "unknown"
1415
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/ExecStatementUsage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"defaultSeverity": "Blocker",
1414
"ruleSpecification": "RSPEC-2317",
1515
"sqKey": "ExecStatementUsage",
16-
"scope": "Main"
16+
"scope": "Main",
17+
"quickfix": "unknown"
1718
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/FileComplexity.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"defaultSeverity": "Major",
1313
"ruleSpecification": "RSPEC-1908",
1414
"sqKey": "FileComplexity",
15-
"scope": "Main"
15+
"scope": "Main",
16+
"quickfix": "unknown"
1617
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/FunctionComplexity.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"defaultSeverity": "Critical",
1515
"ruleSpecification": "RSPEC-1541",
1616
"sqKey": "FunctionComplexity",
17-
"scope": "Main"
17+
"scope": "Main",
18+
"quickfix": "unknown"
1819
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/InequalityUsage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"defaultSeverity": "Major",
1313
"ruleSpecification": "RSPEC-2318",
1414
"sqKey": "InequalityUsage",
15-
"scope": "Main"
15+
"scope": "Main",
16+
"quickfix": "unknown"
1617
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/LineLength.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"defaultSeverity": "Major",
1313
"ruleSpecification": "RSPEC-103",
1414
"sqKey": "LineLength",
15-
"scope": "All"
15+
"scope": "Main",
16+
"quickfix": "unknown"
1617
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/LongIntegerWithLowercaseSuffixUsage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"defaultSeverity": "Minor",
1111
"ruleSpecification": "RSPEC-1129",
1212
"sqKey": "LongIntegerWithLowercaseSuffixUsage",
13-
"scope": "Main"
13+
"scope": "Main",
14+
"quickfix": "unknown"
1415
}

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/OneStatementPerLine.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"defaultSeverity": "Major",
1313
"ruleSpecification": "RSPEC-122",
1414
"sqKey": "OneStatementPerLine",
15-
"scope": "All"
15+
"scope": "Main",
16+
"quickfix": "unknown"
1617
}

0 commit comments

Comments
 (0)