summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-12-16 15:53:50 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2020-12-16 15:53:50 +0000
commit0852df41eb5c319a1642c560875e99e9c31d7781 (patch)
treebc0cb70f980059eb172eafb3dd062888761194c7 /Jamroot.jam
parentModern LTO options (diff)
downloadicetray-0852df41eb5c319a1642c560875e99e9c31d7781.tar.bz2
icetray-0852df41eb5c319a1642c560875e99e9c31d7781.tar.xz
icetray-0852df41eb5c319a1642c560875e99e9c31d7781.zip
Pass a clang-tidy checkicetray-0.4.3
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
;