File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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+
167172What's New in Pylint 1.7.1?
168173=========================
169174
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments