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
commitbe5996b93d2e2674566fa186af78bf5029b0b9d8 (patch)
tree17fc92992834ab8a6683600245d668712a20385f /examples
parent8a8be97e8fd7751d4c6341e9f59ca7908a7893d5 (diff)
downloadpylint-git-be5996b93d2e2674566fa186af78bf5029b0b9d8.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 b863456ee..cf5ef6deb 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=