Browse Source

clang-tidy: ignore making members static

CMake has lots of instances of this which is outside the scope of this
topic right now.
Ben Boeckel 5 năm trước cách đây
mục cha
commit
4e9e7c713e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .clang-tidy

+ 1 - 0
.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,\