aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-06-07 19:23:07 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-06-07 19:23:07 -0700
commit2ce76b33e36827ea265ce86fb5688ba23a70021b (patch)
treed9a2a4d3d971ddb767ca927d24f0a3c61752f65d /tools/distrib
parent9b817af5f9c42bf9e76efc75af5ff68118ea1663 (diff)
Enforce max function length at 800
Diffstat (limited to 'tools/distrib')
-rwxr-xr-xtools/distrib/run_clang_tidy.py1
1 files changed, 1 insertions, 0 deletions
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 = [