diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-11-14 18:53:12 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2022-11-14 19:03:59 (GMT) |
commit | 0880114ada2e300b3567d78c31cdefcc0c14ce32 (patch) | |
tree | d111ccf1c2d9dc5b51d6df7f755d1e5bf099c6d1 /.clang-tidy | |
parent | 75ab77ee19e20f3092e88da731288a95ebf86a3a (diff) | |
download | CMake-0880114ada2e300b3567d78c31cdefcc0c14ce32.zip CMake-0880114ada2e300b3567d78c31cdefcc0c14ce32.tar.gz CMake-0880114ada2e300b3567d78c31cdefcc0c14ce32.tar.bz2 |
clang-tidy: disable ostringstream check
CMake is not remotely ready for this yet...
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 18aa86e..7ee8bf0 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -34,6 +34,7 @@ readability-*,\ -readability-suspicious-call-argument,\ -readability-uppercase-literal-suffix,\ cmake-*,\ +-cmake-ostringstream-use-cmstrcat,\ -cmake-use-bespoke-enum-class,\ " HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$' |