summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-11-14 13:53:12 -0500
committerKyle Edwards <kyle.edwards@kitware.com>2022-11-14 14:03:59 -0500
commit0880114ada2e300b3567d78c31cdefcc0c14ce32 (patch)
treed111ccf1c2d9dc5b51d6df7f755d1e5bf099c6d1 /.clang-tidy
parent75ab77ee19e20f3092e88da731288a95ebf86a3a (diff)
downloadcmake-0880114ada2e300b3567d78c31cdefcc0c14ce32.tar.gz
clang-tidy: disable ostringstream check
CMake is not remotely ready for this yet...
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 18aa86ecdf..7ee8bf04d9 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)$'