clang-tidy: disable bespoke enum class check
CMake is not remotely ready for this yet...
This commit is contained in:
parent
eab8e38961
commit
5f97772fcb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user