Modify rules S106,S126,S1612,S2148,S7411,S920 Remove from SonarWay (#4820)

This commit is contained in:
Gyula Sallai 2025-03-21 13:54:12 +01:00 committed by GitHub
parent c9b1950aa9
commit a8ad04a813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,5 @@
{ {
"defaultQualityProfiles": [],
"tags": [ "tags": [
"bad-practice", "bad-practice",
"clippy" "clippy"

View File

@ -3,6 +3,5 @@
"clippy" "clippy"
], ],
"defaultQualityProfiles": [ "defaultQualityProfiles": [
"Sonar way"
] ]
} }

View File

@ -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": []
} }

View File

@ -4,6 +4,5 @@
"clippy" "clippy"
], ],
"defaultQualityProfiles": [ "defaultQualityProfiles": [
"Sonar way"
] ]
} }

View File

@ -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": {

View File

@ -28,7 +28,6 @@
"sqKey": "S920", "sqKey": "S920",
"scope": "Main", "scope": "Main",
"defaultQualityProfiles": [ "defaultQualityProfiles": [
"Sonar way"
], ],
"quickfix": "unknown" "quickfix": "unknown"
} }