Skip to content

Commit bb7f9ad

Browse files
committed
disable deadcode checks from clang-tidy
1 parent 944d4ac commit bb7f9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: run
3636
shell: bash
3737
working-directory: ${{ runner.workspace }}/_build
38-
run: run-clang-tidy
38+
run: run-clang-tidy -checks=*,-clang-analyzer-deadcode*

0 commit comments

Comments
 (0)