Skip to content

Commit

Permalink
Run cpplint add messages as github annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
MDW committed Jan 4, 2024
1 parent ada0c22 commit 8ac7888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
files: ^(.*\.(py|json|md|sh|yaml|txt|h|hpp|c|cpp|conf)|setup.cfg)$
exclude:
(?x)^(
.cache/.*|
\.cache/.*|
.*\.hex
)$
repos:
Expand Down Expand Up @@ -86,7 +86,6 @@ repos:
- '--template={file}({line}): {severity} ({id}): {message}'
#exclude: (SevenSegment_defs.h|stm32[^/]*|sysmem\.*)$
- id: cpplint
stages: [manual]
args: ["--filter=-build/header_guard,-build/include,-build/include_subdir,-legal/copyright,-readability/braces,-readability/casting,-readability/fn_size,-readability/multiline_comment,-readability/multiline_string,-readability/todo,-whitespace/blank_line,-whitespace/braces,-whitespace/comma,-whitespace/comments,-whitespace/line_length,-whitespace/newline,-whitespace/operators,-whitespace/parens,-whitespace/semicolon,-whitespace/tab,-whitespace/todo"]
exclude: (mongoose.*\.[ch])$
additional_dependencies:
Expand Down

0 comments on commit 8ac7888

Please sign in to comment.