aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar John Hood <cgull@glup.org>2018-08-29 20:21:41 -0400
committerGravatar John Hood <cgull@glup.org>2018-08-29 22:44:04 -0400
commit944fd6c796338235c4f3d8daf4959ff658f12760 (patch)
tree4e5faaa982c2497d335678afbc70aea9be5f063c /Makefile.am
parent71829ff631931faef19099c89d554a2b870a9378 (diff)
Restrict cppcheck to src/ directory to avoid Git worktrees.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b9edf6..2a0aa6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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: