Skip to content

Commit 07f2f50

Browse files
authored
Update analyzers.yml
1 parent 77a238a commit 07f2f50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/analyzers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
use_cmake: true
2222

2323
# Optional Clang-Tidy arguments
24-
clang_tidy_args: -checks='*,fuchsia-*,google-*,zircon-*,abseil-*,modernize-use-trailing-return-type,-readability-identifier-length,-*braces-around-statements,-cppcoreguidelines-init-variables'
24+
clang_tidy_args: -checks='*,fuchsia-*,google-*,zircon-*,abseil-*,modernize-use-trailing-return-type,-readability-identifier-length,-*braces-around-statements,-cppcoreguidelines-init-variables,-llvmlibc-restrict-system-libc-headers'
2525

2626
# Optional Cppcheck arguments
27-
cppcheck_args: --enable=all --suppress=missingIncludeSystem -v --language=c
27+
cppcheck_args: --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --check-level=exhaustive -v --language=c

0 commit comments

Comments
 (0)