mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
clang-tidy: ignore making members static
CMake has lots of instances of this which is outside the scope of this topic right now.
This commit is contained in:
@@ -17,6 +17,7 @@ modernize-*,\
|
||||
-modernize-use-transparent-functors,\
|
||||
performance-*,\
|
||||
readability-*,\
|
||||
-readability-convert-member-functions-to-static,\
|
||||
-readability-function-size,\
|
||||
-readability-identifier-naming,\
|
||||
-readability-implicit-bool-conversion,\
|
||||
|
Reference in New Issue
Block a user