Update quickfix status for Java rules (#3835)
This commit is contained in:
parent
db048f1bf5
commit
a564c1b500
@ -26,5 +26,5 @@
|
||||
"defaultQualityProfiles": [
|
||||
"Sonar way"
|
||||
],
|
||||
"quickfix": "targeted"
|
||||
"quickfix": "covered"
|
||||
}
|
@ -14,7 +14,7 @@
|
||||
"sqKey": "S6816",
|
||||
"scope": "All",
|
||||
"defaultQualityProfiles": ["Sonar way"],
|
||||
"quickfix": "unknown",
|
||||
"quickfix": "covered",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"RELIABILITY": "HIGH"
|
||||
|
@ -14,7 +14,7 @@
|
||||
"sqKey": "S6831",
|
||||
"scope": "Main",
|
||||
"defaultQualityProfiles": ["Sonar way"],
|
||||
"quickfix": "targeted",
|
||||
"quickfix": "covered",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "MEDIUM",
|
||||
|
@ -13,7 +13,7 @@
|
||||
"sqKey": "S6880",
|
||||
"scope": "All",
|
||||
"defaultQualityProfiles": ["Sonar way"],
|
||||
"quickfix": "unknown",
|
||||
"quickfix": "covered",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
|
@ -13,7 +13,7 @@
|
||||
"sqKey": "S6913",
|
||||
"scope": "All",
|
||||
"defaultQualityProfiles": ["Sonar way"],
|
||||
"quickfix": "unknown",
|
||||
"quickfix": "covered",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"RELIABILITY": "MEDIUM"
|
||||
|
@ -14,7 +14,7 @@
|
||||
"sqKey": "S6916",
|
||||
"scope": "All",
|
||||
"defaultQualityProfiles": ["Sonar way"],
|
||||
"quickfix": "targeted",
|
||||
"quickfix": "covered",
|
||||
"code": {
|
||||
"impacts": {
|
||||
"MAINTAINABILITY": "MEDIUM"
|
||||
|
Loading…
x
Reference in New Issue
Block a user