Modify rule S5825: mark quick fix as "targeted" (#4292)

Co-authored-by: necto <necto@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-09-30 11:20:45 +02:00 committed by GitHub
parent b25db7cb08
commit 9bd080e121
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,12 +18,8 @@
"pitfall"
],
"extra": {
"replacementRules": [
],
"legacyKeys": [
]
"replacementRules": [],
"legacyKeys": []
},
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-5825",
@ -37,5 +33,5 @@
"defaultQualityProfiles": [
"Sonar way"
],
"quickfix": "unknown"
}
"quickfix": "targeted"
}