diff --git a/pylintrc b/pylintrc index 98e10416..db821a5b 100644 --- a/pylintrc +++ b/pylintrc @@ -5,12 +5,6 @@ # # 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) @@ -21,4 +15,4 @@ # W0511 - TODO, FIXME and XXX in the code # W0613 - Unused argument %r # -disable = C0103,C0111,E0102,E0202,E1101,R0201,R0801,R0903,R0904,R0921,W0141,W0142,W0511,W0613 +disable = C0103,C0111,R0201,R0801,R0903,R0904,R0921,W0141,W0142,W0511,W0613