mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Add .cc files to the static analysis.
This commit is contained in:
parent
570dcdb807
commit
cd83c9282c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user