diff options
author | hcaseyal <hcaseyal@gmail.com> | 2018-12-03 10:16:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 10:16:35 -0800 |
commit | cf14bd13fbbd2d0069db35de51b940d9f0a458f2 (patch) | |
tree | a6bcfc779b60b4ea436f04875bdc7658046b0080 /tools/distrib/pylint_code.sh | |
parent | c12aabc6a7d67e9f786125480ed6b17e25278c98 (diff) | |
parent | 1e1d4c262134c2641329a42f262c1687d8113f0e (diff) |
Merge branch 'master' into callback_test_coverage_1
Diffstat (limited to 'tools/distrib/pylint_code.sh')
-rwxr-xr-x | tools/distrib/pylint_code.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/distrib/pylint_code.sh b/tools/distrib/pylint_code.sh index 82a818cce5..d17eb9fdb8 100755 --- a/tools/distrib/pylint_code.sh +++ b/tools/distrib/pylint_code.sh @@ -20,6 +20,7 @@ cd "$(dirname "$0")/../.." DIRS=( 'src/python/grpcio/grpc' + 'src/python/grpcio_channelz/grpc_channelz' 'src/python/grpcio_health_checking/grpc_health' 'src/python/grpcio_reflection/grpc_reflection' 'src/python/grpcio_testing/grpc_testing' |