src/tests/gui_pylintrc
changeset 808 6c89385ac9ff
parent 578 da257532b3f2
child 866 1768eb95fd29
equal deleted inserted replaced
807:9758a4fa4c8b 808:6c89385ac9ff
   106 
   106 
   107 [TYPECHECK]
   107 [TYPECHECK]
   108 
   108 
   109 [VARIABLES]
   109 [VARIABLES]
   110 
   110 
   111 [CLASSES]
   111 # In this case we define '_' (the function name for gettext) so that pylint
       
   112 # doesn't complain about things like _("this is i18n string")
       
   113 additional-builtins=_
       
   114 
       
   115 [CLASSES] 
   112 
   116 
   113 [DESIGN]
   117 [DESIGN]
   114 
   118 
   115 # Maximum number of arguments for function / method
   119 # Maximum number of arguments for function / method
   116 max-args=10
   120 max-args=10