Skip to content

Commit

Permalink
disable deadcode checks from clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Nov 3, 2024
1 parent 944d4ac commit bb7f9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: run
shell: bash
working-directory: ${{ runner.workspace }}/_build
run: run-clang-tidy
run: run-clang-tidy -checks=*,-clang-analyzer-deadcode*

0 comments on commit bb7f9ad

Please sign in to comment.