Skip to content

Commit

Permalink
more excludes in cpp-lint to pass through kilo.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Oct 1, 2024
1 parent a25c645 commit 94fdd9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
flags: --linelength=120 # Optional
filter: "-readability/braces\
,-readability/casting\
,-readability/multiline_comment\
,-whitespace/comma\
,-whitespace/braces\
,-whitespace/comments\
Expand All @@ -50,6 +51,7 @@ jobs:
,-whitespace/operators\
,-whitespace/parens\
,-whitespace/tab\
,-whitespace/end_of_line\
" # Optional
# - name: Fail fast?!
# if: steps.linter.outputs.checks-failed > 0
Expand Down

0 comments on commit 94fdd9b

Please sign in to comment.