From 221e066c308a481fa7abbcaed7f2d157b22b61b4 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Tue, 24 Nov 2020 11:03:40 -0800 Subject: [PATCH] Enable google-readability-todo --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index feccced8253..a9aaec4b5ab 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -13,7 +13,6 @@ Checks: '-*, -google-build-using-namespace, -google-explicit-constructor, -google-readability-casting, - -google-readability-todo, -google-runtime-int, -google-runtime-references, misc-definitions-in-headers,