From 5f1e1a88c673c22b5fb5570a1a7948df213574f8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 7 Aug 2022 15:01:00 +0100 Subject: Enable all cppcheck checks and fixup config --- Jamroot.jam | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Jamroot.jam b/Jamroot.jam index 5a6f3b3..9ffa99c 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -31,6 +31,7 @@ project gcc,debug:-Wduplicated-branches gcc,debug:-Wlogical-op coverage:on + tidy:all tidy:boost-* tidy:bugprone-* tidy:bugprone-easily-swappable-parameters @@ -42,12 +43,12 @@ project tidy:hicpp-* tidy:hicpp-named-parameter tidy:performance-* - tidy:common/bin/http.h - tidy:common/bin/session.h - tidy:cxxstd-20-iso/routes.h - tidy:core/bin/routeOptions.h - tidy:unittests/bin/test-api.h - tidy:unittests/bin/test-fcgi.h + tidy:icespider/common/bin/http.h + tidy:icespider/common/bin/session.h + tidy:icespider/compile/bin/tidy/debug/checker-none/cxxstd-20-iso/routes.h + tidy:icespider/core/bin/routeOptions.h + tidy:icespider/unittests/bin/test-api.h + tidy:icespider/unittests/bin/test-fcgi.h tidy:ice/cpp/* tidy:boost tidy:std -- cgit v1.2.3