Skip to content

Commit

Permalink
Update quickfix status for Java rules (#3835)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-pilastri-sonarsource authored Mar 28, 2024
1 parent db048f1 commit a564c1b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rules/S1153/java/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"defaultQualityProfiles": [
"Sonar way"
],
"quickfix": "targeted"
"quickfix": "covered"
}
2 changes: 1 addition & 1 deletion rules/S6816/java/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sqKey": "S6816",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown",
"quickfix": "covered",
"code": {
"impacts": {
"RELIABILITY": "HIGH"
Expand Down
2 changes: 1 addition & 1 deletion rules/S6831/java/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sqKey": "S6831",
"scope": "Main",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "targeted",
"quickfix": "covered",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM",
Expand Down
2 changes: 1 addition & 1 deletion rules/S6880/java/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sqKey": "S6880",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown",
"quickfix": "covered",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
Expand Down
2 changes: 1 addition & 1 deletion rules/S6913/java/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sqKey": "S6913",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "unknown",
"quickfix": "covered",
"code": {
"impacts": {
"RELIABILITY": "MEDIUM"
Expand Down
2 changes: 1 addition & 1 deletion rules/S6916/java/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sqKey": "S6916",
"scope": "All",
"defaultQualityProfiles": ["Sonar way"],
"quickfix": "targeted",
"quickfix": "covered",
"code": {
"impacts": {
"MAINTAINABILITY": "MEDIUM"
Expand Down

0 comments on commit a564c1b

Please sign in to comment.