Skip to content

Commit 693c2aa

Browse files
authored
SONARKT-417 Update rules metadata
1 parent 6cbc872 commit 693c2aa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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": "2024-12-04T17:00:12.870834Z",
6+
"latest-update": "2025-02-04T12:45:29.395931Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": true

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"status": "ready",
1111
"tags": [
12-
"cwe"
12+
"cwe",
13+
"android"
1314
],
1415
"defaultSeverity": "Critical",
1516
"ruleSpecification": "RSPEC-5332",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"constantCost": "5min"
1414
},
1515
"tags": [
16-
"cwe"
16+
"cwe",
17+
"android"
1718
],
1819
"defaultSeverity": "Major",
1920
"ruleSpecification": "RSPEC-6293",

0 commit comments

Comments
 (0)