Browse Source

clang-tidy: disable bespoke enum class check

CMake is not remotely ready for this yet...
Kyle Edwards 3 years ago
parent
commit
5f97772fcb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .clang-tidy

+ 1 - 0
.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: