Skip to content

Commit 7973401

Browse files
Apply suggestions from code review
Co-authored-by: Daniël van Noord <[email protected]>
1 parent 50b1dc2 commit 7973401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/whatsnew/2/2.14/full.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Release date: TBA
3232
Closes #6624
3333

3434
* ``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
35+
anymore in pylint now raise ``useless-option-value`` (R0022) instead of ``bad-option-value``. This allows to
36+
distinguish between genuine typos and configuration that could be cleaned up. Existing message disables for
3737
``bad-option-value`` will still work on both new messages.
3838

3939
Refs #6794

0 commit comments

Comments
 (0)