diff options
Diffstat (limited to 'CPPLINT.cfg')
-rw-r--r-- | CPPLINT.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPPLINT.cfg b/CPPLINT.cfg index d04adc0048..e9f429df17 100644 --- a/CPPLINT.cfg +++ b/CPPLINT.cfg @@ -1,5 +1,4 @@ set noparent -linelength=100 # Do not check access modifier indentation. # CPPLint enforces +1, but our rule is no indentation. filter=-whitespace/indent @@ -38,3 +37,4 @@ filter=-readability/casting # The following checks are either covered by clang-format, # or can produce diagnostics that contradict clang-format. filter=-build/include_order +filter=-whitespace/line_length |