From 3ebccc50c9b65195f40ed5c9fc54f5ea4c02ac48 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 25 Oct 2010 22:06:49 +0200 Subject: [PATCH] Explain why we ignore pylint errors --- pylintrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pylintrc b/pylintrc index 38b46afb..160c261d 100644 --- a/pylintrc +++ b/pylintrc @@ -6,8 +6,11 @@ # C0103 - Invalid name "%s" (should match %s) # C0111 - Missing docstring # E0102 - %s already defined line %s +# Does not understand @property getters and setters # E0202 - An attribute inherited from %s hide this method +# Does not understand @property getters and setters # E1101 - %s %r has no %r member +# Does not understand @property getters and setters # R0201 - Method could be a function # R0801 - Similar lines in %s files # R0903 - Too few public methods (%s/%s)