diff --git a/.clang-tidy b/.clang-tidy index 202b16396e0..a0bb7adee5e 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -64,7 +64,7 @@ CheckOptions: - key: google-runtime-int.TypeSuffix value: _t - key: misc-include-cleaner.IgnoreHeaders - value: '.*/QtCore/.*;.*/QtGui/.*;.*/QtWidgets/.*;.*/spdlog/fmt/bundled/.*' + value: '.*/QtCore/.*;.*/QtGui/.*;.*/QtWidgets/.*;.*/spdlog/fmt/bundled/.*;boost/.*' # All modules but sta # Exclude build as there is too much noise from swig generated code