1
0
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:
Ben Boeckel
2020-04-08 11:47:31 -04:00
parent b108c9fdaf
commit 4e9e7c713e

View File

@@ -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,\