summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2014-07-25 17:27:29 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2014-07-25 17:27:29 +0200
commit511039b445415450929a6d23a6bff797f4502328 (patch)
tree73c1b729470b079a032be4c553adb65e9fc1896d /examples
parent94809f51eb4bc1d46e573be6763271f05558b80a (diff)
downloadpylint-511039b445415450929a6d23a6bff797f4502328.tar.gz
regenerated example pylintrc and man page (though they should be removed from the repo at some point)
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 047b473..5f21f58 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -107,6 +107,9 @@ max-module-lines=1000
# tab).
indent-string=' '
+# Number of spaces of indent required inside a hanging or continued line.
+indent-after-paren=4
+
[BASIC]
@@ -227,7 +230,7 @@ ignore-mixin-members=yes
# List of module names for which member attributes should not be checked
# (useful for modules/projects where namespaces are manipulated during runtime
-# and thus extisting member attributes cannot be deduced by static analysis
+# and thus existing member attributes cannot be deduced by static analysis
ignored-modules=
# List of classes names for which member attributes should not be checked