-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Issues NeedBracesCheck and ControlStatementBraces are the same, keep only one of them:
{
"code": "NeedBracesCheck",
"text": "'if' construct must use '{}'s.",
"line": "if (count == 3)",
"line_number": 11,
"column_number": 17,
"category": "CODE_STYLE",
"influence_on_penalty": 0
},
{
"code": "ControlStatementBraces",
"text": "This statement should have braces",
"line": "break;",
"line_number": 12,
"column_number": 1,
"category": "CODE_STYLE",
"influence_on_penalty": 0
},
Reactions are currently unavailable
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed