Add ignore to .pylintrc-tests
This commit is contained in:
parent
bdfb5691ad
commit
8f64f9528f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue