mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Enable clang-tidy readability-convert-member-function-to-static
Official docs: Finds non-static member functions that can be made static because the functions don’t use this. After applying modifications as suggested by the check, running the check again might find more opportunities to mark member functions static.
This commit is contained in:
parent
742d38a115
commit
ae57e6df9c
@ -93,7 +93,6 @@ Checks: '*,
|
||||
|
||||
-portability-simd-intrinsics,
|
||||
|
||||
-readability-convert-member-functions-to-static,
|
||||
-readability-braces-around-statements,
|
||||
-readability-else-after-return,
|
||||
-readability-function-cognitive-complexity,
|
||||
|
Loading…
Reference in New Issue
Block a user