From 944fd6c796338235c4f3d8daf4959ff658f12760 Mon Sep 17 00:00:00 2001 From: John Hood Date: Wed, 29 Aug 2018 20:21:41 -0400 Subject: [PATCH] Restrict cppcheck to src/ directory to avoid Git worktrees. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: