diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-13 09:13:45 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-13 09:13:45 -0400 |
| commit | 3e5d133fb9254498f4de5108c979eee683e195f7 (patch) | |
| tree | 58db41fec51cfff2335679ec55ad1665a310e987 /.pylintrc | |
| parent | d839a04b842081fd67987e67552a4c8f49a9b934 (diff) | |
| download | python-coveragepy-git-3e5d133fb9254498f4de5108c979eee683e195f7.tar.gz | |
Add the last few docstrings, and no pylint messages!
Diffstat (limited to '.pylintrc')
| -rw-r--r-- | .pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,6 +61,7 @@ load-plugins= # C0323:311:coverage.report: Operator not followed by a space # C0324: 15: Comma not followed by a space # W0603: 28:call_singleton_method: Using the global statement +# W0703:133:CoverageData._read_file: Catch "Exception" # Messages that may be silly: # R0201: 42:Tracer.stop: Method could be a function # R0401: 1: Cyclic import (coverage -> coverage.control -> coverage.html) @@ -69,7 +70,7 @@ load-plugins= # Messages that are noisy for now, eventually maybe we'll turn them on: # C0111:169:coverage.analyze_morf: Missing docstring # C0103:256:coverage.morf_filename: Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$) -disable-msg=I0011,W0122,W0142,W0232,C0323,C0324,W0603, R0201,R0401,W0403,E1103, C0103 +disable-msg=I0011,W0122,W0142,W0232,C0323,C0324,W0603,W0703, R0201,R0401,W0403,E1103, C0103 [REPORTS] |
