.pylint
changeset 2429 15f18dc8b56a
parent 2404 87eb184414bd
equal deleted inserted replaced
2428:e0f16317668e 2429:15f18dc8b56a
   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,cobalt
   113 additional-builtins=_,website,JS,cobalt,PLCBinary
   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 
   268 
   268 
   269 # List of module names for which member attributes should not be checked
   269 # List of module names for which member attributes should not be checked
   270 # (useful for modules/projects where namespaces are manipulated during runtime
   270 # (useful for modules/projects where namespaces are manipulated during runtime
   271 # and thus existing member attributes cannot be deduced by static analysis. It
   271 # and thus existing member attributes cannot be deduced by static analysis. It
   272 # supports qualified module names, as well as Unix pattern matching.
   272 # supports qualified module names, as well as Unix pattern matching.
   273 ignored-modules=_ctypes,_winreg,winreg,django.core.serializers,__pyjamas__,gluon.contrib.simplejson
   273 ignored-modules=_ctypes,_winreg,winreg,django.core.serializers,__pyjamas__,gluon.contrib.simplejson,MotionLibrary
   274 
   274 
   275 # List of class names for which member attributes should not be checked (useful
   275 # List of class names for which member attributes should not be checked (useful
   276 # for classes with dynamically set attributes). This supports the use of
   276 # for classes with dynamically set attributes). This supports the use of
   277 # qualified names.
   277 # qualified names.
   278 ignored-classes=optparse.Values,thread._local,_thread._local
   278 ignored-classes=optparse.Values,thread._local,_thread._local