Skip to content

Commit

Permalink
Remove warnings as it gives false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
NickeZ committed Feb 19, 2024
1 parent 36f2a2e commit b3dbf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/check-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ for dir in build build-build; do

echo "Checking $(echo ${SOURCES} | wc -w) files with clang-tidy"
# The list of tidy checks must stay in sync with scripts/tidy
${CLANGTIDY} -quiet -p ${dir} -checks=-*,clang-analyzer-*,-clang-analyzer-cplusplus*,bugprone-*,performance-*,portability-*,readability-*,-readability-braces-around-statements,-readability-magic-numbers,-readability-isolate-declaration,-readability-identifier-length,-readability-function-cognitive-complexity,-bugprone-reserved-identifier,-bugprone-easily-swappable-parameters,-bugprone-narrowing-conversions,-performance-no-int-to-ptr,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling -warnings-as-errors=* -header-filter '.*' ${SOURCES}
${CLANGTIDY} -quiet -p ${dir} -checks=-*,clang-analyzer-*,-clang-analyzer-cplusplus*,bugprone-*,performance-*,portability-*,readability-*,-readability-braces-around-statements,-readability-magic-numbers,-readability-isolate-declaration,-readability-identifier-length,-readability-function-cognitive-complexity,-bugprone-reserved-identifier,-bugprone-easily-swappable-parameters,-bugprone-narrowing-conversions,-performance-no-int-to-ptr,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,-readability-suspicious-call-argument -warnings-as-errors=* -header-filter '.*' ${SOURCES}
done

0 comments on commit b3dbf3f

Please sign in to comment.