Skip to content

Commit 8269f48

Browse files
SONARXML-226 Fix discrepancies between MQR and severity for XML rules
Make S1135 rule severity consistent across Standard Experience and Mulit Quality Rule modes.
1 parent 638610b commit 8269f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sonar-xml-plugin/src/main/resources/org/sonar/l10n/xml/rules/xml/S1135.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "CODE_SMELL",
44
"code": {
55
"impacts": {
6-
"MAINTAINABILITY": "LOW"
6+
"MAINTAINABILITY": "INFO"
77
},
88
"attribute": "COMPLETE"
99
},

sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"XML"
55
],
6-
"latest-update": "2024-11-26T10:07:05.990512400Z",
6+
"latest-update": "2025-02-25T16:51:39.997999840Z",
77
"options": {
88
"no-language-in-filenames": true
99
}

0 commit comments

Comments
 (0)