diff options
| -rw-r--r-- | Jamroot.jam | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index e78971c..2451b6a 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -21,6 +21,7 @@ project  			<variant>coverage:<coverage>on  			<toolset>tidy:<checkxx>boost-*  			<toolset>tidy:<checkxx>bugprone-* +			<toolset>tidy:<xcheckxx>bugprone-easily-swappable-parameters  			<toolset>tidy:<checkxx>clang-*  			<toolset>tidy:<checkxx>misc-*  			<toolset>tidy:<checkxx>modernize-* @@ -35,6 +36,7 @@ project  			<toolset>tidy:<exclude>daemonConfig.h  			<toolset>tidy:<exclude>slicer-daemonConfig.cpp  			<toolset>tidy:<exclude>fuseConfig.h +			<toolset>tidy:<exclude>fuseMappers.h  			<toolset>tidy:<exclude>slicer-fuseConfig.cpp  			<toolset>tidy:<exclude>slicer-mapper.cpp  			<toolset>tidy:<exclude>directory.h  | 
