Skip to content

Commit

Permalink
Silence a couple more clang-tidy warnings to insure we don't get angr…
Browse files Browse the repository at this point in the history
…y at the bot
  • Loading branch information
nirvn committed May 21, 2024
1 parent f20e0d6 commit 35c2273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
build_dir: "build"
lgtm_comment_body: ''
exclude: 'cppcoreguidelines-avoid-magic-numbers,bugprone-easily-swappable-parameters,misc-non-private-member-variables-in-classes,cppcoreguidelines-macro-usage'
exclude: 'cppcoreguidelines-avoid-magic-numbers,bugprone-easily-swappable-parameters,misc-non-private-member-variables-in-classes,cppcoreguidelines-macro-usage,readability-braces-around-statements,readability-implicit-bool-conversion,cppcoreguidelines-avoid-magic-numbers'

- name: Package
run: |
Expand Down

0 comments on commit 35c2273

Please sign in to comment.