We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b1dc2 commit 7973401Copy full SHA for 7973401
doc/whatsnew/2/2.14/full.rst
@@ -32,8 +32,8 @@ Release date: TBA
32
Closes #6624
33
34
* ``bad-option-value`` (E0012) is now a warning ``unknown-option-value`` (W0012). Deleted messages that do not exist
35
- anymore in pylint now raise ``useless-option-value`` (R0022) instead of ``bad-option-value``. This permit to
36
- distinguish between genuine typos and old configuration that could be cleaned. Existing message control for
+ anymore in pylint now raise ``useless-option-value`` (R0022) instead of ``bad-option-value``. This allows to
+ distinguish between genuine typos and configuration that could be cleaned up. Existing message disables for
37
``bad-option-value`` will still work on both new messages.
38
39
Refs #6794
0 commit comments