Update pylintrc to work with pylint 0.21

This commit is contained in:
Stein Magnus Jodal 2010-10-24 23:39:19 +02:00
parent feff24cd28
commit 119dc5d24c

View File

@ -19,4 +19,4 @@
# W0511 - TODO, FIXME and XXX in the code
# W0613 - Unused argument %r
#
disable-msg = C0103,C0111,C0112,E0102,E0202,E1101,R0201,R0801,R0903,R0904,W0141,W0142,W0401,W0511,W0613
disable = C0103,C0111,C0112,E0102,E0202,E1101,R0201,R0801,R0903,R0904,W0141,W0142,W0401,W0511,W0613