summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-03-22 09:34:40 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-03-22 09:34:40 +0100
commit529ec1d5672718b1d99a17edc0b642e6d369a1e9 (patch)
tree7b195b9533f3059e4d2a65203b6c1af36bbaa461 /doc
parent1a65d658ae95811071614fec2b7673c89103c176 (diff)
downloadpylint-529ec1d5672718b1d99a17edc0b642e6d369a1e9.tar.gz
remove cache_size option: it was desactivated anyway
Diffstat (limited to 'doc')
-rw-r--r--doc/features.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/features.txt b/doc/features.txt
index 3755531..e3e43d7 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -9,27 +9,27 @@ General options
~~~~~~~~~~~~~~~
:rcfile:
Specify a configuration file.
+
:init-hook:
Python code to execute, usually for sys.path manipulation such as
pygtk.require().
+
:errors-only:
In debug mode, checkers without error messages are disabled and for others,
only the ERROR messages are displayed, and no reports are done by default
+
:profile:
Profiled execution.
+
:ignore:
Add <file or directory> to the black list. It should be a base name, not a
path. You may set this option multiple times.
-
Default: ``CVS``
+
:persistent:
Pickle collected data for later comparisons.
-
Default: ``yes``
-:cache-size:
- Set the cache size for astng objects.
- Default: ``500``
:load-plugins:
List of plugins (as comma separated values of python modules names) to load,
usually to register additional checkers.