orca r3542 - trunk



Author: wwalker
Date: Fri Feb  8 00:12:38 2008
New Revision: 3542
URL: http://svn.gnome.org/viewvc/orca?rev=3542&view=rev

Log:
Add W0141: Used builtin function 'map' to disable-msg for pylintrc


Modified:
   trunk/ChangeLog
   trunk/pylintrc

Modified: trunk/pylintrc
==============================================================================
--- trunk/pylintrc	(original)
+++ trunk/pylintrc	Fri Feb  8 00:12:38 2008
@@ -63,6 +63,7 @@
 #        from orca/scripts/*.py files.
 #
 # W0102: Default argument is a mutable value (list or dictionary)
+# W0141: Used builtin function 'map'
 # W0403: Relative import
 # W0511: Warning note (FIXME or XXX) detected.
 # W0603: Using the global statement
@@ -84,7 +85,7 @@
 # R0914: Function or method has too many local variables
 # R0915: Function or method has too many statements
 #
-disable-msg=E0611,C0111,R0201,W0403,W0603,W0612,W0613,W0702,W0704,W0511,R0801,R0912,R0915,R0914,R0904,R0903,R0401,R0911,R0913,C0302,R0902, W0102
+disable-msg=E0611,C0111,R0201,W0102,W0141,W0403,W0603,W0612,W0613,W0702,W0704,W0511,R0801,R0912,R0915,R0914,R0904,R0903,R0401,R0911,R0913,C0302,R0902
 
 
 [REPORTS]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]