From 4e9e7c713e01284d48fff8f3f18b3ffb08b6eaf9 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 8 Apr 2020 11:47:31 -0400 Subject: clang-tidy: ignore making members static CMake has lots of instances of this which is outside the scope of this topic right now. --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') 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,\ -- cgit v1.2.1