chore: Add .cc files to the static analysis.

This commit is contained in:
iphydf 2021-12-14 19:33:18 +00:00
parent 570dcdb807
commit cd83c9282c
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -44,9 +44,10 @@ callmain() {
put auto_tests/check_compat.h
FIND_QUERY="find . '-(' -name '*.c' '-)'"
FIND_QUERY="find . '-(' -name '*.c' -or -name "*.cc" '-)'"
FIND_QUERY="$FIND_QUERY -and -not -wholename './_build/*'"
FIND_QUERY="$FIND_QUERY -and -not -wholename './super_donators/*'"
FIND_QUERY="$FIND_QUERY -and -not -name amalgamation.cc"
FIND_QUERY="$FIND_QUERY -and -not -name av_test.c"
FIND_QUERY="$FIND_QUERY -and -not -name dht_test.c"
FIND_QUERY="$FIND_QUERY -and -not -name version_test.c"