diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-01-02 14:02:36 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-03-17 21:47:40 +0100 |
commit | f501b87844e08aaf2d1ecce1e494f77ad7762bc7 (patch) | |
tree | 8d3cf36a434478680ed0b4f684503e1f97c71897 /ChangeLog | |
parent | a20c4de75bcd7ca44fae627c9783e998c79b86b2 (diff) | |
download | pylint-git-f501b87844e08aaf2d1ecce1e494f77ad7762bc7.tar.gz |
Fix false negative 'use-symbolic-message-instead' and optimize it
use-symbolic-message-instead was not working for message with
multiple new names and the function to get the symbol was
suboptimal. Also made the solution copy pastable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Release date: TBA .. Put bug fixes that will be cherry-picked to latest major version here +* ``use-symbolic-message-instead`` now also works on legacy messages like ``C0111`` (``missing-docstring``). + * Remove unwanted print to stdout from ``_emit_no_member`` * Introduce a command-line option to specify pyreverse output directory |