Skip to content

Commit

Permalink
chore: Add .cc files to the static analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Dec 14, 2021
1 parent 570dcdb commit cd83c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion other/analysis/gen-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd83c92

Please sign in to comment.