diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-08-21 19:02:05 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-08-21 19:02:05 +0100 |
commit | 913cdef182848c419c0b747c67b8cb60ee5d8076 (patch) | |
tree | 00557fccd3f83438192e108b258dec346db4e65a | |
parent | Fix string_view iteration (diff) | |
download | ilt-913cdef182848c419c0b747c67b8cb60ee5d8076.tar.bz2 ilt-913cdef182848c419c0b747c67b8cb60ee5d8076.tar.xz ilt-913cdef182848c419c0b747c67b8cb60ee5d8076.zip |
Enable all cppchecks, no further fixes needed
-rw-r--r-- | Jamroot.jam | 5 |
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 |