Skip to content
Snippets Groups Projects
Commit b4c17e80 authored by hippo91's avatar hippo91 Committed by Claudiu Popa
Browse files

Add of ChangeLog and whatsnew entries

parent 34dfa823
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -164,6 +164,11 @@ What's New in Pylint 1.8?
modules when checking import order.
Close #1702
 
* Fix ``line-too-long`` message deactivated by wrong disable directive.
The directive ``disable=fixme`` doesn't deactivate anymore the emission
of ``line-too-long`` message for long commented lines.
Close #1741
What's New in Pylint 1.7.1?
=========================
 
Loading
Loading
Loading
Loading
@@ -357,3 +357,7 @@ Other Changes
* Fix no ``wrong-import-order`` message emitted on ordering of first and third party libraries.
With this fix, pylint distinguishes first and third party modules when checking
import order.
* Fix ``line-too-long`` message deactivated by wrong disable directive.
The directive ``disable=fixme`` doesn't deactivate anymore the emission
of ``line-too-long`` message for long commented lines.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment