Skip to content

Commit

Permalink
Update cpplint configuration for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas-biveinis committed Nov 15, 2024
1 parent 7eee0e7 commit 87cf4f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ filter=-build/include_what_you_use,
# clang-tidy owns NOLINT
filter=-readability/nolint,
filter=-runtime/references,
# Gets confused by brace initialization, and formatting should be owned by
# clang-format anyway
# Gets confused by many things, and formatting should be owned by clang-format
# anyway
filter=-whitespace/braces,
filter=-whitespace/indent_namespace,
filter=-whitespace/parens

0 comments on commit 87cf4f0

Please sign in to comment.