summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parent1a65d658ae95811071614fec2b7673c89103c176 (diff)
downloadpylint-529ec1d5672718b1d99a17edc0b642e6d369a1e9.tar.gz
remove cache_size option: it was desactivated anyway
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index b863456..cf5ef6d 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -25,9 +25,6 @@ ignore=CVS
# Pickle collected data for later comparisons.
persistent=yes
-# Set the cache size for astng objects.
-cache-size=500
-
# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
load-plugins=