CPP-4615 Delete S1908,S1704,S1311,S1250 that were already deprecated in SQ LTS 8.9 (#2809)

Related PR: https://github.com/SonarSource/sonar-cpp/pull/2928
This commit is contained in:
Amélie Renard 2023-08-08 18:07:10 +02:00 committed by GitHub
parent 4a31d0ec22
commit b2306ac0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"title": "\"operator=\" should check for assignment to self",
"type": "BUG",
"status": "deprecated",
"status": "closed",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "2min"

View File

@ -1,3 +1,4 @@
{
"status": "closed",
"sqKey": "S1311"
}

View File

@ -1,7 +1,7 @@
{
"title": "Rvalue references should not be used",
"type": "CODE_SMELL",
"status": "deprecated",
"status": "closed",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "20min"

View File

@ -1,3 +1,4 @@
{
"status": "closed",
"sqKey": "S1908"
}