mirror of https://gitee.com/bigwinds/arangodb
adjusted paths
This commit is contained in:
parent
87b1f7fde3
commit
b499b560dd
|
@ -1101,7 +1101,7 @@ unittests-authentication-parameters:
|
|||
|
||||
cppcheck:
|
||||
@rm -f cppcheck.log cppcheck.log && echo -n "" > cppcheck.tmp
|
||||
for platform in unix32 unix64; do cppcheck -j4 --std=c++11 --enable=style --force --platform=$$platform --suppress="*:lib/JsonParser/json-parser.c" --suppress="*:lib/V8/v8-json.cpp" arangod/ lib/ 1> /dev/null 2>> cppcheck.tmp; done
|
||||
for platform in unix32 unix64; do cppcheck -j4 --std=c++11 --enable=style --force --platform=$$platform --suppress="*:lib/JsonParser/json-parser.cpp" --suppress="*:lib/V8/v8-json.cpp" --suppress="*:arangod/Aql/grammar.cpp" --suppress="*:arangod/Aql/tokens.cpp" arangod/ lib/ 1> /dev/null 2>> cppcheck.tmp; done
|
||||
@sort cppcheck.tmp | uniq > cppcheck.log
|
||||
@rm cppcheck.tmp
|
||||
@cat cppcheck.log
|
||||
|
|
Loading…
Reference in New Issue