Modify rules S106,S126,S1612,S2148,S7411,S920 Remove from SonarWay (#4820)
This commit is contained in:
parent
c9b1950aa9
commit
a8ad04a813
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"defaultQualityProfiles": [],
|
||||||
"tags": [
|
"tags": [
|
||||||
"bad-practice",
|
"bad-practice",
|
||||||
"clippy"
|
"clippy"
|
||||||
|
@ -3,6 +3,5 @@
|
|||||||
"clippy"
|
"clippy"
|
||||||
],
|
],
|
||||||
"defaultQualityProfiles": [
|
"defaultQualityProfiles": [
|
||||||
"Sonar way"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
"title": "Closures should be replaced with function pointers",
|
"title": "Closures should be replaced with function pointers",
|
||||||
"tags": [
|
"tags": [
|
||||||
"clippy"
|
"clippy"
|
||||||
]
|
],
|
||||||
|
"defaultQualityProfiles": []
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,5 @@
|
|||||||
"clippy"
|
"clippy"
|
||||||
],
|
],
|
||||||
"defaultQualityProfiles": [
|
"defaultQualityProfiles": [
|
||||||
"Sonar way"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,8 @@
|
|||||||
"ruleSpecification": "RSPEC-7411",
|
"ruleSpecification": "RSPEC-7411",
|
||||||
"sqKey": "S7411",
|
"sqKey": "S7411",
|
||||||
"scope": "All",
|
"scope": "All",
|
||||||
"defaultQualityProfiles": ["Sonar way"],
|
"defaultQualityProfiles": [
|
||||||
|
],
|
||||||
"quickfix": "unknown",
|
"quickfix": "unknown",
|
||||||
"code": {
|
"code": {
|
||||||
"impacts": {
|
"impacts": {
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
"sqKey": "S920",
|
"sqKey": "S920",
|
||||||
"scope": "Main",
|
"scope": "Main",
|
||||||
"defaultQualityProfiles": [
|
"defaultQualityProfiles": [
|
||||||
"Sonar way"
|
|
||||||
],
|
],
|
||||||
"quickfix": "unknown"
|
"quickfix": "unknown"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user