summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam11
1 files changed, 9 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 0424a92..1bd45d9 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -18,16 +18,23 @@ project
<variant>debug:<warnings-as-errors>on
<variant>coverage:<coverage>on
<variant>coverage:<define>COVERAGE
- <toolset>tidy:<exclude>bin/mail.h
- <toolset>tidy:<exclude>bin/logWriter.h
+ <toolset>tidy:<exclude>icetray/bin/logWriter.h
+ <toolset>tidy:<exclude>icetray/bin/mail.h
+ <toolset>tidy:<exclude>icetray/bin/mime.h
+ <toolset>tidy:<exclude>icetray/dryice/bin/tidy/debug/checker-none/cxxstd-17-iso/mockMail.h
+ <toolset>tidy:<exclude>unittests/bin/testIceTrayService.h
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*
+ <toolset>tidy:<xcheckxx>bugprone-macro-parentheses
<toolset>tidy:<checkxx>clang-*
<toolset>tidy:<checkxx>misc-*
+ <toolset>tidy:<xcheckxx>misc-non-private-member-variables-in-classes
<toolset>tidy:<checkxx>modernize-*
<toolset>tidy:<xcheckxx>modernize-use-trailing-return-type
+ <toolset>tidy:<xcheckxx>modernize-concat-nested-namespaces
<toolset>tidy:<checkxx>hicpp-*
<toolset>tidy:<xcheckxx>hicpp-signed-bitwise
+ <toolset>tidy:<xcheckxx>hicpp-named-parameter
<toolset>tidy:<checkxx>performance-*
<toolset>tidy:<define>ICE_IGNORE_VERSION
;