Skip to content

Commit

Permalink
exclude hpp files from tidy analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed May 14, 2024
1 parent 9de50bd commit a9a3e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp-lint-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
--extra-arg="-std=c++14 -Wall"
--thread-comments=${{ matrix.clang-version == '12' }}
-a=${{ matrix.clang-version == '12' }}
--ignore-tidy='*.hpp'
- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0
Expand Down

0 comments on commit a9a3e85

Please sign in to comment.