Skip to content

Commit

Permalink
Adding cpplint config files
Browse files Browse the repository at this point in the history
  • Loading branch information
talbring committed Nov 4, 2019
1 parent f9868cc commit f956245
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
set noparent
filter=-build,+build/deprecated,+build/printf_format,+build/explicit_make_pair
filter=-readability,+readability/inheritance
filter=-runtime,+runtime/memset,+runtime/threadsafe_fn,+runtime/vlog
filter=-whitespace,+whitespace/end_of_line,+whitespace/tab
filter=-legal
5 changes: 5 additions & 0 deletions externals/CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
filter=-build,+build/deprecated,+build/printf_format,+build/explicit_make_pair
filter=-readability,+readability/inheritance
filter=-runtime,+runtime/memset,+runtime/threadsafe_fn,+runtime/vlog
filter=-whitespace
filter=-legal

0 comments on commit f956245

Please sign in to comment.