tests/tools/check_source.sh
changeset 1881 091005ec69c4
parent 1879 4d81c3bcac82
child 2016 2a8cd24a14ca
equal deleted inserted replaced
1880:e5ddbaf756cb 1881:091005ec69c4
   270     enable=$enable,W0601          # (global-variable-undefined) Global variable 'X' undefined at the module level
   270     enable=$enable,W0601          # (global-variable-undefined) Global variable 'X' undefined at the module level
   271     enable=$enable,W0623          # (redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler
   271     enable=$enable,W0623          # (redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler
   272     enable=$enable,W0106          # (expression-not-assigned) Expression "X" is assigned to nothing
   272     enable=$enable,W0106          # (expression-not-assigned) Expression "X" is assigned to nothing
   273     enable=$enable,C0330          # (bad-continuation) Wrong hanging indentation before block
   273     enable=$enable,C0330          # (bad-continuation) Wrong hanging indentation before block
   274     enable=$enable,E1136          # (unsubscriptable-object) Value 'X' is unsubscriptable
   274     enable=$enable,E1136          # (unsubscriptable-object) Value 'X' is unsubscriptable
       
   275     enable=$enable,W1618          # (no-absolute-import) import missing `from __future__ import absolute_import`
   275     # enable=
   276     # enable=
   276 
   277 
   277     options=
   278     options=
   278     options="$options --rcfile=.pylint"
   279     options="$options --rcfile=.pylint"
   279     # options="$options --py3k"   # report errors for Python 3 porting
   280     # options="$options --py3k"   # report errors for Python 3 porting