diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-15 07:13:59 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-15 07:13:59 -0400 |
commit | 89ae94a44a9fc5ecbfcda575f0a9db3e6922a45f (patch) | |
tree | 1286d759de982100fec6d105921d141d331944e1 | |
parent | 624ef0d0662d27fc3c95b2820c98bad5d69f2270 (diff) | |
download | python-coveragepy-git-89ae94a44a9fc5ecbfcda575f0a9db3e6922a45f.tar.gz |
Cyclic import warnings are not helpful
-rw-r--r-- | pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -79,7 +79,8 @@ disable= # Messages that are noisy for now, eventually maybe we'll turn them on: # C0103:256:coverage.morf_filename: Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) # W0212: 86:Reporter.report_files: Access to a protected member _analyze of a client class - C0103,W0212 + C0103,W0212, + cyclic-import msg-template={path}:{line}: {msg} ({symbol}) |