summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2017-12-15 10:32:45 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-12-15 10:32:45 +0100
commitb9061a0596457cf89ddd3dcf65c8aae7fb241e69 (patch)
tree29c5874d864b4a3d8f6165c8d92d47770123939e /doc
parentd42e74bb9428f895f36808d30bd8a1fe31e28f63 (diff)
downloadpylint-git-b9061a0596457cf89ddd3dcf65c8aae7fb241e69.tar.gz
Pylint doesn't take anymore the default rcfile if the rcfile specified on the command line doesn't exist (#1768)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/1.8.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/1.8.rst b/doc/whatsnew/1.8.rst
index be4740439..6180d5705 100644
--- a/doc/whatsnew/1.8.rst
+++ b/doc/whatsnew/1.8.rst
@@ -364,3 +364,6 @@ Other Changes
* 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.
+
+* If the rcfile specified on the command line doesn't exist, then an
+ IOError exception is raised.