Home | History | Annotate | Download | only in checkers

Lines Matching full:braces

1709         # because that is too hard without pairing open/close braces;
1863 # Except after an opening paren, you should have spaces before your braces.
1864 # And since you should never have braces at the beginning of a line, this is
1867 error(line_number, 'whitespace/braces', 5,
1872 error(line_number, 'whitespace/braces', 5,
1878 error(line_number, 'whitespace/braces', 5,
2100 """Looks for misplaced braces (e.g. at the end of line).
2112 # is using braces for function definition or in a block to
2123 error(line_number, 'whitespace/braces', 4,
2129 error(line_number, 'whitespace/braces', 4,
2139 error(line_number, 'whitespace/braces', 4,
2140 'One line control clauses should not use braces.')
2159 # Braces shouldn't be followed by a ; unless they're defining a struct
2172 error(line_number, 'readability/braces', 4,
2209 # Skip lines with closing braces on the original indentation level.
2240 braces on the original indentation level,
2241 # similar to the closing braces check above. ("if (condition)\n{")
2839 error(line_number, 'readability/braces', 4,
3430 'readability/braces',
3465 'whitespace/braces',