From ae01c398c4422cd418f688bab1365d3306173e78 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 31 Jul 2022 20:54:27 +0100 Subject: Enable all cppcheck checks and fixup config --- Jamroot.jam | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Jamroot.jam b/Jamroot.jam index c49440c..5ce3b95 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -34,6 +34,8 @@ project gcc,debug:-Wlogical-op gcc,debug:-Wuseless-cast coverage:on + tidy:all + tidy:ICE_IGNORE_VERSION tidy:boost-* tidy:bugprone-* tidy:bugprone-easily-swappable-parameters @@ -48,18 +50,17 @@ project tidy:hicpp-no-array-decay tidy:hicpp-named-parameter tidy:performance-* - tidy:daemonConfig.h - tidy:slicer-daemonConfig.cpp - tidy:fuseConfig.h - tidy:fuseMappers.h - tidy:slicer-fuseConfig.cpp - tidy:slicer-mapper.cpp - tidy:directory.h - tidy:exceptions.h - tidy:file.h - tidy:service.h - tidy:types.h - tidy:volume.h + tidy:netfs/daemon/bin/tidy/debug/checker-none/cxxstd-20-iso/daemonConfig.h + tidy:netfs/fuse/bin/tidy/debug/checker-none/cxxstd-20-iso/fuseConfig.h + tidy:netfs/fuse/bin/tidy/debug/checker-none/cxxstd-20-iso/fuseMappers.h + tidy:netfs/ice/bin/directory.h + tidy:netfs/ice/bin/exceptions.h + tidy:netfs/ice/bin/file.h + tidy:netfs/ice/bin/service.h + tidy:netfs/ice/bin/types.h + tidy:netfs/ice/bin/volume.h + tidy:std + tidy:boost ; build-project netfs ; -- cgit v1.2.3