Skip to content

Commit b4c17e8

Browse files
hippo91PCManticore
authored andcommitted
Add of ChangeLog and whatsnew entries
1 parent 34dfa82 commit b4c17e8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ What's New in Pylint 1.8?
164164
modules when checking import order.
165165
Close #1702
166166

167+
* Fix ``line-too-long`` message deactivated by wrong disable directive.
168+
The directive ``disable=fixme`` doesn't deactivate anymore the emission
169+
of ``line-too-long`` message for long commented lines.
170+
Close #1741
171+
167172
What's New in Pylint 1.7.1?
168173
=========================
169174

doc/whatsnew/1.8.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,7 @@ Other Changes
357357
* Fix no ``wrong-import-order`` message emitted on ordering of first and third party libraries.
358358
With this fix, pylint distinguishes first and third party modules when checking
359359
import order.
360+
361+
* Fix ``line-too-long`` message deactivated by wrong disable directive.
362+
The directive ``disable=fixme`` doesn't deactivate anymore the emission
363+
of ``line-too-long`` message for long commented lines.

0 commit comments

Comments
 (0)