Turn on warnings for use of the names of builtin functions and TODO/FIXME/XXX

This commit is contained in:
Stein Magnus Jodal 2010-10-25 22:07:28 +02:00
parent 3ebccc50c9
commit 32d9316f09

View File

@ -15,10 +15,8 @@
# R0801 - Similar lines in %s files
# R0903 - Too few public methods (%s/%s)
# R0904 - Too many public methods (%s/%s)
# W0141 - Used builtin function %r
# R0921 - Abstract class not referenced
# W0142 - Used * or ** magic
# 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,E0102,E0202,E1101,R0201,R0801,R0903,R0904,R0921,W0142,W0613