diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-11-07 18:15:58 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2022-11-07 18:15:58 (GMT) |
commit | 5f97772fcbae1280c0183f54a91eff60f514a414 (patch) | |
tree | b692bd4959999af84fec46a6ffe912d2224ba851 /.clang-tidy | |
parent | eab8e38961ac621f05eb4ca4fb826ac705056d3c (diff) | |
download | CMake-5f97772fcbae1280c0183f54a91eff60f514a414.zip CMake-5f97772fcbae1280c0183f54a91eff60f514a414.tar.gz CMake-5f97772fcbae1280c0183f54a91eff60f514a414.tar.bz2 |
clang-tidy: disable bespoke enum class 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 1e9b78a..18aa86e 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: |