Restrict cppcheck to src/ directory to avoid Git worktrees.

This commit is contained in:
John Hood
2018-08-29 20:21:41 -04:00
parent 71829ff631
commit 944fd6c796
+1 -1
View File
@@ -46,7 +46,7 @@ cppcheck:
-I src/crypto -I src/frontend -I src/network -I src/protobufs \
-I src/statesync -I src/terminal -I src/util \
-I /usr/include -I /usr/include/google/protobuf -I/usr/include/openssl \
.
src
# Coverity.
cov-build: