From d585218060560af7002ff558b454a2cf02ffca0b Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 26 Mar 2018 19:02:56 -0400 Subject: [PATCH] tests clang-tidy ignore readability-function-size --- src/systemcmds/tests/.clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/src/systemcmds/tests/.clang-tidy b/src/systemcmds/tests/.clang-tidy index d51d1a6ae5..d46f287c6d 100644 --- a/src/systemcmds/tests/.clang-tidy +++ b/src/systemcmds/tests/.clang-tidy @@ -36,6 +36,7 @@ Checks: '* ,-google-explicit-constructor ,-google-global-names-in-headers ,-google-readability-casting + ,-google-readability-function-size ,-google-readability-namespace-comments ,-google-readability-todo ,-google-runtime-int