summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index de7cae6..5a6f3b3 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -33,6 +33,7 @@ project
<variant>coverage:<coverage>on
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*
+ <toolset>tidy:<xcheckxx>bugprone-easily-swappable-parameters
<toolset>tidy:<checkxx>clang-*
<toolset>tidy:<checkxx>misc-*
<toolset>tidy:<xcheckxx>misc-non-private-member-variables-in-classes
@@ -43,13 +44,14 @@ project
<toolset>tidy:<checkxx>performance-*
<toolset>tidy:<exclude>common/bin/http.h
<toolset>tidy:<exclude>common/bin/session.h
- <toolset>tidy:<exclude>cxxstd-17-iso/routes.h
+ <toolset>tidy:<exclude>cxxstd-20-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/*
<toolset>tidy:<librarydef>boost
<toolset>tidy:<librarydef>std
+ <toolset>tidy:<mapping>iwyu.json
;
build-project icespider ;