From 2ce76b33e36827ea265ce86fb5688ba23a70021b Mon Sep 17 00:00:00 2001 From: ncteisen Date: Thu, 7 Jun 2018 19:23:07 -0700 Subject: Enforce max function length at 800 --- tools/distrib/run_clang_tidy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/distrib') diff --git a/tools/distrib/run_clang_tidy.py b/tools/distrib/run_clang_tidy.py index 337e6b43c8..3dbce0b2e6 100755 --- a/tools/distrib/run_clang_tidy.py +++ b/tools/distrib/run_clang_tidy.py @@ -28,6 +28,7 @@ GRPC_CHECKS = [ 'modernize-use-nullptr', 'google-build-namespaces', 'google-build-explicit-make-pair', + 'readability-function-size', ] extra_args = [ -- cgit v1.2.3