Skip to content

Commit b4cceb4

Browse files
SONARKT-175 Update rules metadata (#102)
1 parent 5a606b9 commit b4cceb4

Some content is hidden

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

80 files changed

+171
-81
lines changed

sonar-kotlin-plugin/sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"KOTLIN"
55
],
6-
"latest-update": "2021-09-30T13:03:16.101538Z",
6+
"latest-update": "2021-10-13T16:01:19.002050Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": true

sonar-kotlin-plugin/src/main/resources/org/sonar/l10n/kotlin/rules/kotlin/ParsingError.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-2260",
1414
"sqKey": "S2260",
15-
"scope": "All"
15+
"scope": "All",
16+
"quickfix": "unknown"
1617
}

sonar-kotlin-plugin/src/main/resources/org/sonar/l10n/kotlin/rules/kotlin/S100.json

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

sonar-kotlin-plugin/src/main/resources/org/sonar/l10n/kotlin/rules/kotlin/S101.json

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

sonar-kotlin-plugin/src/main/resources/org/sonar/l10n/kotlin/rules/kotlin/S103.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": "S103",
15-
"scope": "All"
15+
"scope": "All",
16+
"quickfix": "unknown"
1617
}

sonar-kotlin-plugin/src/main/resources/org/sonar/l10n/kotlin/rules/kotlin/S104.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-104",
1414
"sqKey": "S104",
15-
"scope": "All"
15+
"scope": "All",
16+
"quickfix": "unknown"
1617
}

sonar-kotlin-plugin/src/main/resources/org/sonar/l10n/kotlin/rules/kotlin/S105.json

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

sonar-kotlin-plugin/src/main/resources/org/sonar/l10n/kotlin/rules/kotlin/S1066.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-1066",
1414
"sqKey": "S1066",
15-
"scope": "All"
15+
"scope": "All",
16+
"quickfix": "unknown"
1617
}

sonar-kotlin-plugin/src/main/resources/org/sonar/l10n/kotlin/rules/kotlin/S1067.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-1067",
1616
"sqKey": "S1067",
17-
"scope": "All"
17+
"scope": "All",
18+
"quickfix": "unknown"
1819
}

sonar-kotlin-plugin/src/main/resources/org/sonar/l10n/kotlin/rules/kotlin/S107.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-107",
1414
"sqKey": "S107",
15-
"scope": "All"
15+
"scope": "All",
16+
"quickfix": "unknown"
1617
}

0 commit comments

Comments
 (0)