Skip to content

Commit f64a804

Browse files
SONARRUBY-36 Support Multi-Quality Rule (MQR) mode (#26)
1 parent b47c537 commit f64a804

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77

88
dependencyResolutionManagement {
99
def slangDependenciesVersion = '1.16.1.6262'
10-
def analyzerCommonsVersion = '2.13.0.3004'
10+
def analyzerCommonsVersion = '2.16.0.3141'
1111
def pluginApiVersion = '10.10.0.2391'
1212
def sonarqubeVersion = '10.0.0.68432'
1313
def orchestratorVersion = '3.42.0.312'

sonar-ruby-plugin/sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"RUBY"
55
],
6-
"latest-update": "2024-09-24T13:34:34.483075Z",
6+
"latest-update": "2024-11-26T13:20:39.162140300Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": true

sonar-ruby-plugin/src/main/resources/org/sonar/l10n/ruby/rules/ruby/S1314.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": "HIGH"
6+
"MAINTAINABILITY": "BLOCKER"
77
},
88
"attribute": "CLEAR"
99
},

sonar-ruby-plugin/src/main/resources/org/sonar/l10n/ruby/rules/ruby/S1451.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": "HIGH"
6+
"MAINTAINABILITY": "BLOCKER"
77
},
88
"attribute": "LAWFUL"
99
},

sonar-ruby-plugin/src/main/resources/org/sonar/l10n/ruby/rules/ruby/S2068.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "SECURITY_HOTSPOT",
44
"code": {
55
"impacts": {
6-
"SECURITY": "HIGH"
6+
"SECURITY": "BLOCKER"
77
},
88
"attribute": "TRUSTWORTHY"
99
},

0 commit comments

Comments
 (0)