From 60a5b15002ea970ffaee6489a5a9322698e6d0b3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Nov 2020 17:57:36 +0100 Subject: Fix static accessed through instance --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 6d00d38..7d331cd 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -59,7 +59,6 @@ Checks: > -readability-isolate-declaration, -readability-make-member-function-const, -readability-redundant-smartptr-get, - -readability-static-accessed-through-instance, FormatStyle: file WarningsAsErrors: '*' HeaderFilterRegex: 'src/.*' \ No newline at end of file -- cgit v1.2.1