mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
C++: no parens in select message
Debatable; see comment thread in PR.
This commit is contained in:
@@ -50,4 +50,4 @@ where
|
||||
not isParenthesized(ce) and
|
||||
leftLoc.getEndLine() < rightLoc.getStartLine() and
|
||||
leftLoc.getStartColumn() > rightLoc.getStartColumn()
|
||||
select right, "The indentation level may be misleading (for some tab sizes)."
|
||||
select right, "The indentation level may be misleading for some tab sizes."
|
||||
|
||||
Reference in New Issue
Block a user