We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944d4ac commit bb7f9adCopy full SHA for bb7f9ad
.github/workflows/clang-tidy.yml
@@ -35,4 +35,4 @@ jobs:
35
- name: run
36
shell: bash
37
working-directory: ${{ runner.workspace }}/_build
38
- run: run-clang-tidy
+ run: run-clang-tidy -checks=*,-clang-analyzer-deadcode*
0 commit comments