summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-07-04 13:33:52 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-07-04 13:33:52 +0100
commit7d110b5ac6fb841e8364d6ce497dd45e88bd02f1 (patch)
tree37a561a3922339f8fe6a6dc49f22fc801b7db103
parentxwwwFormUrlEncoded improvements (diff)
downloadicespider-7d110b5ac6fb841e8364d6ce497dd45e88bd02f1.tar.bz2
icespider-7d110b5ac6fb841e8364d6ce497dd45e88bd02f1.tar.xz
icespider-7d110b5ac6fb841e8364d6ce497dd45e88bd02f1.zip
Pass clang-tidy and cppcheckicespider-0.6.3
-rw-r--r--Jamroot.jam3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index da57267..7a4718d 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -29,10 +29,11 @@ project
<toolset>tidy:<checkxx>performance-*
<toolset>tidy:<exclude>common/bin/http.h
<toolset>tidy:<exclude>common/bin/session.h
- <toolset>tidy:<exclude>compile/bin/tidy/debug/cxxstd-17-iso/routes.h
+ <toolset>tidy:<exclude>cxxstd-17-iso/routes.h
<toolset>tidy:<exclude>core/bin/routeOptions.h
<toolset>tidy:<exclude>unittests/bin/test-api.h
<toolset>tidy:<exclude>unittests/bin/test-fcgi.h
+ <toolset>tidy:<exclude>ice/cpp/*
;
build-project icespider ;