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:
Robert Schulze 2022-05-08 18:40:09 +02:00
parent 742d38a115
commit ae57e6df9c
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

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