Skip to content

Commit

Permalink
Update cpplint config (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards authored Oct 23, 2024
1 parent 2ba3443 commit a29b079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CPPLINT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ set noparent
filter = -build/c++11,
filter = -build/c++15,
filter = -build/include_subdir,
filter = -runtime/indentation_namespace,
filter = -runtime/references,
filter = -build/include,
filter = -readability/todo,
filter = -runtime/printf
filter = -runtime/references,
filter = -whitespace/indent_namespace,
linelength = 80

0 comments on commit a29b079

Please sign in to comment.