mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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