mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
clang-tidy: disable ostringstream 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-ostringstream-use-cmstrcat,\
|
||||
-cmake-use-bespoke-enum-class,\
|
||||
"
|
||||
HeaderFilterRegex: 'Source/cm[^/]*\.(h|hxx|cxx)$'
|
||||
|
Reference in New Issue
Block a user