From 8f64f9528f45935187485dacb47cdfc822b35149 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Tue, 11 Dec 2018 16:37:44 -0800 Subject: Add ignore to .pylintrc-tests --- .pylintrc-tests | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.pylintrc-tests') diff --git a/.pylintrc-tests b/.pylintrc-tests index 8a66eec79a..d9cc4d107e 100644 --- a/.pylintrc-tests +++ b/.pylintrc-tests @@ -1,3 +1,10 @@ +[MASTER] +ignore= + src/python/grpcio_tests/tests/unit/beta, + src/python/grpcio_tests/tests/unit/framework, + src/python/grpcio_tests/tests/unit/framework/common, + src/python/grpcio_tests/tests/unit/framework/foundation, + [VARIABLES] # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection -- cgit v1.2.3