Skip to content

Commit

Permalink
Relax cpplint requirements for braces and parens
Browse files Browse the repository at this point in the history
  • Loading branch information
fcladera committed Mar 12, 2024
1 parent bf31a42 commit fd1d83c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
flags: --linelength=120 # Optional
# filter: "-readability/braces\
filter: "-whitespace/braces \"
,-whitespace/parens"
#"-readability/braces\
# ,-whitespace/braces\
# ,-whitespace/comments\
# ,-whitespace/indent\
Expand Down

0 comments on commit fd1d83c

Please sign in to comment.