Skip to content

Commit

Permalink
Lint: Suppress whitespace/newline warnigns
Browse files Browse the repository at this point in the history
Can't fix occurences within a multiline macro without impacting the value of __LINE__, nor suppress via a per-line nolint

So disabling the rule.
  • Loading branch information
ptheywood committed Oct 28, 2024
1 parent 6811f5e commit d161830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set noparent
linelength=320
filter=-legal/copyright,-readability/todo,-runtime/references,-build/c++11,-build/c++17,-whitespace/indent_namespace
filter=-legal/copyright,-readability/todo,-runtime/references,-build/c++11,-build/c++17,-whitespace/indent_namespace,-whitespace/newline

0 comments on commit d161830

Please sign in to comment.