From 7e1a46af10fa0a2ce0d8b384189e8df4b65ef7fc Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Tue, 1 Nov 2022 14:24:18 +0100 Subject: [PATCH] iox-#1196 Disable readability-static-accessed-through-instance rule --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index fa890cfc28..9b9e19ae27 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -26,6 +26,7 @@ hicpp-*, -readability-identifier-length, -readability-redundant-access-specifiers, -readability-redundant-declaration, +-readability-static-accessed-through-instance, -readability-identifier-naming, -readability-use-anyofallof,