summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-01 19:15:25 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-01 19:15:25 +0300
commitf246d61867473451c73fba171f15981e771138d8 (patch)
treee39e92ed70bd0de3f9ce629235eeae7dfa7f0717 /ChangeLog
parent76fd96d9a3a2ecee16505694d5d88280633def85 (diff)
downloadpylint-f246d61867473451c73fba171f15981e771138d8.tar.gz
Add ChangeLog entry, new test and documentation for searching .pylintrc in the current folder.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da8cc9a..29cbc87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -151,6 +151,10 @@ ChangeLog for Pylint
to assume that the user knows what he is doing rather than emitting
a message which can be considered a false positive.
+ * Look for a .pylintrc configuration file in the current folder,
+ if pylintrc is not found. Dotted pylintrc files will not be searched
+ in the parents of the current folder, as it is done for pylintrc.
+
2015-03-14 -- 1.4.3