aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
diff options
context:
space:
mode:
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 = [