From 0ab07d65fe9261ecfa495090691db324eff7aefc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Sep 2020 15:43:44 +0200 Subject: Don't use else after return or break Normally I don't enable this once, since it's often silly, but here it does actually make things more readable. --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 67e8ba9..5138f6f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -6,7 +6,6 @@ Checks: > -clang-analyzer-core.CallAndMessage, -hicpp-signed-bitwise, -llvm-header-guard, - -readability-else-after-return, -readability-non-const-parameter, WarningsAsErrors: '*' HeaderFilterRegex: '.*' -- cgit v1.2.1