From 712a0d7047908ccb8571ecaa825d9f1f74a85ddc Mon Sep 17 00:00:00 2001 From: CHatingPython Date: Sun, 6 Sep 2026 15:09:50 +0200 Subject: [PATCH] chore: change clang-tidy --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 8b6e207..4303f61 100755 --- a/.clang-tidy +++ b/.clang-tidy @@ -17,6 +17,7 @@ Checks: > -readability-redundant-access-specifiers, -readability-use-anyofallof, -readability-named-parameter, + -readability-convert-member-functions-to-static, -performance-enum-size, -cppcoreguidelines-avoid-magic-numbers, -cppcoreguidelines-pro-bounds-pointer-arithmetic,