From 1f45a189f6646f73e4cc77789a6d5cde2fa3aa2f Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Mon, 19 Oct 2020 21:45:46 -0700 Subject: [PATCH] Enable misc-definitions-in-headers --- .clang-tidy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 4d5509f35cb..9a1831cb282 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -18,7 +18,7 @@ Checks: '-*, -google-readability-todo, -google-runtime-int, -google-runtime-references, - -misc-definitions-in-headers, + misc-definitions-in-headers, misc-static-assert, misc-unconventional-assign-operator, misc-uniqueptr-reset-release,