Explain why we ignore pylint errors

This commit is contained in:
Stein Magnus Jodal 2010-10-25 22:06:49 +02:00
parent 515adc3be5
commit 3ebccc50c9

View File

@ -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)