From 483ecd16de6801aed536eca64ed51a6a4c669e39 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 15:48:53 +0200 Subject: Don't access static methods through instances --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 9f13c4fb..c9a4cb1b 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -69,7 +69,6 @@ Checks: > -readability-else-after-return, -readability-implicit-bool-conversion, -readability-named-parameter, - -readability-static-accessed-through-instance, WarningsAsErrors: '*' HeaderFilterRegex: 'ingen/.*|tests/.*|src/.*' FormatStyle: file -- cgit v1.2.1