Deprecate rule S2131

This commit is contained in:
quentin-jaquier-sonarsource 2022-04-21 12:10:52 +02:00 committed by Alban Auzeill
parent 8069659b03
commit a00ad447fa

View File

@ -1,17 +1,17 @@
{
"title": "Primitives should not be boxed just for \"String\" conversion",
"type": "CODE_SMELL",
"status": "ready",
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
},
"tags": [
"performance"
],
"extra": {
"replacementRules": [
"RSPEC-1158"
],
"legacyKeys": [
@ -22,7 +22,6 @@
"sqKey": "S2131",
"scope": "All",
"defaultQualityProfiles": [
"Sonar way"
],
"quickfix": "unknown"
}