Update quickfix status for Java rules (#3835)

This commit is contained in:
leonardo-pilastri-sonarsource 2024-03-28 16:09:04 +01:00 committed by GitHub
parent db048f1bf5
commit a564c1b500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -26,5 +26,5 @@
"defaultQualityProfiles": [
"Sonar way"
],
"quickfix": "targeted"
"quickfix": "covered"
}

View File

@ -14,7 +14,7 @@
"sqKey": "S6816",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown",
"quickfix": "covered",
"code": {
"impacts": {
"RELIABILITY": "HIGH"

View File

@ -14,7 +14,7 @@
"sqKey": "S6831",
"scope": "Main",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "targeted",
"quickfix": "covered",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM",

View File

@ -13,7 +13,7 @@
"sqKey": "S6880",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown",
"quickfix": "covered",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"

View File

@ -13,7 +13,7 @@
"sqKey": "S6913",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown",
"quickfix": "covered",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"

View File

@ -14,7 +14,7 @@
"sqKey": "S6916",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "targeted",
"quickfix": "covered",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"