mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
clang-tidy: disable bespoke enum class check
CMake is not remotely ready for this yet...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user