summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-08-21 19:02:05 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-08-21 19:02:05 +0100
commit913cdef182848c419c0b747c67b8cb60ee5d8076 (patch)
tree00557fccd3f83438192e108b258dec346db4e65a /Jamroot.jam
parentFix string_view iteration (diff)
downloadilt-913cdef182848c419c0b747c67b8cb60ee5d8076.tar.bz2
ilt-913cdef182848c419c0b747c67b8cb60ee5d8076.tar.xz
ilt-913cdef182848c419c0b747c67b8cb60ee5d8076.zip
Enable all cppchecks, no further fixes needed
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam5
1 files changed, 3 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index d0ae95f..44c4e44 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -20,8 +20,9 @@ project : requirements
<variant>release:<lto>on
<variant>profile:<lto>on
<variant>coverage:<coverage>on
- <toolset>tidy:<exclude>gfx/models/obj.cpp
- <toolset>tidy:<exclude>lib/jsonParse.cpp
+ <toolset>tidy:<enable>all
+ <toolset>tidy:<exclude>bin/link-static/gfx/models/obj.cpp
+ <toolset>tidy:<exclude>bin/link-static/lib/jsonParse.cpp
<toolset>tidy:<checkxx>boost-*
<toolset>tidy:<checkxx>bugprone-*
<toolset>tidy:<xcheckxx>bugprone-easily-swappable-parameters