summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-11-07 13:15:58 -0500
committerKyle Edwards <kyle.edwards@kitware.com>2022-11-07 13:15:58 -0500
commit5f97772fcbae1280c0183f54a91eff60f514a414 (patch)
treeb692bd4959999af84fec46a6ffe912d2224ba851 /.clang-tidy
parenteab8e38961ac621f05eb4ca4fb826ac705056d3c (diff)
downloadcmake-5f97772fcbae1280c0183f54a91eff60f514a414.tar.gz
clang-tidy: disable bespoke enum class 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 1e9b78abf8..18aa86ecdf 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -34,6 +34,7 @@ readability-*,\
-readability-suspicious-call-argument,\
-readability-uppercase-literal-suffix,\
cmake-*,\
+-cmake-use-bespoke-enum-class,\
"
HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$'
CheckOptions: