.pylint
changeset 2015 4eeefc6a13fd
parent 1877 da5f1fa46f2b
child 2402 a1df3102327d
equal deleted inserted replaced
2014:e6ff712e20f8 2015:4eeefc6a13fd
   108 # not used).
   108 # not used).
   109 dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy
   109 dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy
   110 
   110 
   111 # List of additional names supposed to be defined in builtins. Remember that
   111 # List of additional names supposed to be defined in builtins. Remember that
   112 # you should avoid to define new builtins when possible.
   112 # you should avoid to define new builtins when possible.
   113 additional-builtins=_,website,JS
   113 additional-builtins=_,website,JS,cobalt
   114 
   114 
   115 # List of strings which can identify a callback function by name. A callback
   115 # List of strings which can identify a callback function by name. A callback
   116 # name must start or end with one of those strings.
   116 # name must start or end with one of those strings.
   117 callbacks=cb_,_cb
   117 callbacks=cb_,_cb
   118 
   118