From 59d7b8228b450052bae636ef4f5bbe35caddcea0 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 30 Jul 2022 13:49:27 +0100 Subject: Enable all cppchecks, no fixes needed --- Jamroot.jam | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 551fd3b..c7108fd 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -18,6 +18,7 @@ project debug:extra debug:on coverage:on + tidy:all tidy:boost-* tidy:bugprone-* tidy:clang-* @@ -27,6 +28,8 @@ project tidy:hicpp-* tidy:hicpp-named-parameter tidy:performance-* + tidy:std + tidy:boost ; build-project libjsonpp ; -- cgit v1.2.3