From f81a97419cb3a0f91fa147fd6f3757a339e54370 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Wed, 21 Oct 2020 14:25:42 -0700 Subject: [PATCH] Enable google-readability-casting --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 1bda6dcde7f..8a1c78a33d4 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -11,7 +11,6 @@ Checks: '-*, -performance-unnecessary-value-param, google-*, -google-explicit-constructor, - -google-readability-casting, -google-runtime-int, -google-runtime-references, misc-definitions-in-headers,