From 6c08dd972c75eda11b58c841d5de208576b43afa Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 17 May 2022 13:18:24 -0400 Subject: clang-tidy: suppress `google-readability-casting` lint It now complains about some things that are very pedantic. --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index c7b4ca8..a86f39a 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -7,7 +7,6 @@ bugprone-*,\ -bugprone-misplaced-widening-cast,\ -bugprone-narrowing-conversions,\ -bugprone-too-small-loop-variable,\ -google-readability-casting,\ misc-*,\ -misc-no-recursion,\ -misc-non-private-member-variables-in-classes,\ -- cgit v0.12