Modify rule S1854: Update 'quickfix' field (#3223)

This commit is contained in:
Philipp Dominik Schubert 2023-10-09 08:27:23 -07:00 committed by GitHub
parent 4ec8a289b7
commit 688ece04b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -16,5 +16,6 @@
"CWE": [
563
]
}
},
"quickfix": "targeted"
}

View File

@ -1,3 +1,3 @@
{
"quickfix": "targeted"
}

View File

@ -36,5 +36,5 @@
"defaultQualityProfiles": [
"Sonar way"
],
"quickfix": "targeted"
"quickfix": "unknown"
}