diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-23 06:43:15 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-23 06:43:15 -0500 |
commit | d0a872c92e0e8c6ebb9530c2b61f2b9582612fb4 (patch) | |
tree | d2dee99e59bb7d0048f3152695baea7b7e01421b /pylintrc | |
parent | 29356409a6827e78d3f5aa18d9a7939bee7b6fca (diff) | |
download | python-coveragepy-d0a872c92e0e8c6ebb9530c2b61f2b9582612fb4.tar.gz |
Change all pylint message codes to message names
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ disable= # W0212: 86:Reporter.report_files: Access to a protected member _analyze of a client class C0103,W0212 -msg-template={path}, {line}: {msg} ({symbol}, {msg_id}) +msg-template={path}:{line}: {msg} ({symbol}) [REPORTS] |