Skip to content

Commit 605c07e

Browse files
Update rules metadata (#1003)
1 parent 57a663d commit 605c07e

Some content is hidden

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

45 files changed

+45
-45
lines changed

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"defaultSeverity": "Major",
1313
"ruleSpecification": "RSPEC-2260",
1414
"sqKey": "ParsingError",
15-
"scope": "Main",
15+
"scope": "All",
1616
"quickfix": "unknown"
1717
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"defaultSeverity": "Minor",
1313
"ruleSpecification": "RSPEC-100",
1414
"sqKey": "S100",
15-
"scope": "Main",
15+
"scope": "All",
1616
"quickfix": "unknown"
1717
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"defaultSeverity": "Minor",
1313
"ruleSpecification": "RSPEC-101",
1414
"sqKey": "S101",
15-
"scope": "Main",
15+
"scope": "All",
1616
"quickfix": "unknown"
1717
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"defaultSeverity": "Major",
1313
"ruleSpecification": "RSPEC-104",
1414
"sqKey": "S104",
15-
"scope": "Main",
15+
"scope": "All",
1616
"quickfix": "unknown"
1717
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"defaultSeverity": "Major",
1313
"ruleSpecification": "RSPEC-1066",
1414
"sqKey": "S1066",
15-
"scope": "Main",
15+
"scope": "All",
1616
"quickfix": "unknown"
1717
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"defaultSeverity": "Major",
1313
"ruleSpecification": "RSPEC-107",
1414
"sqKey": "S107",
15-
"scope": "Main",
15+
"scope": "All",
1616
"quickfix": "unknown"
1717
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"defaultSeverity": "Major",
1313
"ruleSpecification": "RSPEC-108",
1414
"sqKey": "S108",
15-
"scope": "Main",
15+
"scope": "All",
1616
"quickfix": "unknown"
1717
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"defaultSeverity": "Major",
1313
"ruleSpecification": "RSPEC-1110",
1414
"sqKey": "S1110",
15-
"scope": "Main",
15+
"scope": "All",
1616
"quickfix": "unknown"
1717
}

0 commit comments

Comments
 (0)