summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent76fd96d9a3a2ecee16505694d5d88280633def85 (diff)
downloadpylint-f246d61867473451c73fba171f15981e771138d8.tar.gz
Add ChangeLog entry, new test and documentation for searching .pylintrc in the current folder.
Diffstat (limited to 'doc')
-rw-r--r--doc/run.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/run.rst b/doc/run.rst
index 85db098..68bc8fd 100644
--- a/doc/run.rst
+++ b/doc/run.rst
@@ -95,6 +95,7 @@ command line using the ``--rcfile`` option. Otherwise, Pylint searches for a
configuration file in the following order and uses the first one it finds:
#. ``pylintrc`` in the current working directory
+# ``.pylintrc`` in the current working directory
#. If the current working directory is in a Python module, Pylint searches \
up the hierarchy of Python modules until it finds a ``pylintrc`` file. \
This allows you to specify coding standards on a module-by-module \