Changed to ignore W0511, which fails on TODO, FIXME, etc..

We may wish to re-enable this later.
This commit is contained in:
Bob Lantz
2010-02-04 23:13:33 -08:00
parent 0df8b19568
commit 46fa564a8a
+1 -1
View File
@@ -53,7 +53,7 @@ disable-msg-cat=IR
#enable-msg= #enable-msg=
# Disable the message(s) with the given id(s). # Disable the message(s) with the given id(s).
disable-msg=W0704,C0103,W0231,E1102 disable-msg=W0704,C0103,W0231,E1102,W0511
[REPORTS] [REPORTS]