Skip to content

Commit

Permalink
Add CPPLINT.cfg
Browse files Browse the repository at this point in the history
The `CPPLINT.cfg` file in the actions repository doesn't work. The
configuration file has to be part of the root repository, so we add it
here.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Jan 2, 2024
1 parent 762d290 commit fa2bf67
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
filter=-whitespace/tab
filter=-whitespace/line-length
filter=-whitespace/braces
filter=-whitespace/semicolon
filter=-legal/copyright
filter=-whitespace/comments
filter=-build/header_guard
filter=-readability/multiline_comment
filter=-readability/casting
filter=-runtime/int
filter=-runtime/printf
filter=-readability/todo
filter=-build/include_subdir
linelength=120

0 comments on commit fa2bf67

Please sign in to comment.