diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml index 1addc374..3ffbc9f2 100644 --- a/.github/workflows/cpplint.yml +++ b/.github/workflows/cpplint.yml @@ -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\