We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f2f50 commit d72ebd1Copy full SHA for d72ebd1
1 file changed
.github/workflows/analyzers.yml
@@ -21,7 +21,7 @@ jobs:
21
use_cmake: true
22
23
# 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,-llvmlibc-restrict-system-libc-headers'
+ clang_tidy_args: -checks='*,fuchsia-*,google-*,zircon-*,abseil-*,modernize-use-trailing-return-type,-readability-*,-*braces-around-statements,-cppcoreguidelines-init-variables,-llvmlibc-restrict-system-libc-headers'
25
26
# Optional Cppcheck arguments
27
cppcheck_args: --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --check-level=exhaustive -v --language=c
0 commit comments