summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-04-08 11:47:31 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2020-04-13 11:26:02 -0400
commit4e9e7c713e01284d48fff8f3f18b3ffb08b6eaf9 (patch)
treef7b405d7494344a5e914c18a54e048c825aab4fb /.clang-tidy
parentb108c9fdaf2d36c5724982549fddcf46a2dc8800 (diff)
downloadcmake-4e9e7c713e01284d48fff8f3f18b3ffb08b6eaf9.tar.gz
clang-tidy: ignore making members static
CMake has lots of instances of this which is outside the scope of this topic right now.
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 510cb9e4cc..10819efd12 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -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,\