tests/tools/check_source.sh
changeset 2432 dbc065a2f7a5
parent 2431 6923074540dd
child 2433 2e8bf28a8909
equal deleted inserted replaced
2431:6923074540dd 2432:dbc065a2f7a5
   348     enable=$enable,C0330          # (bad-continuation) Wrong hanging indentation before block
   348     enable=$enable,C0330          # (bad-continuation) Wrong hanging indentation before block
   349     enable=$enable,R0123          # (literal-comparison) Comparison to literal
   349     enable=$enable,R0123          # (literal-comparison) Comparison to literal
   350 
   350 
   351     # python3 compatibility checks
   351     # python3 compatibility checks
   352     enable=$enable,W1648          # (bad-python3-import) Module moved in Python 3
   352     enable=$enable,W1648          # (bad-python3-import) Module moved in Python 3
       
   353     enable=$enable,W1613          # (xrange-builtin) xrange built-in referenced
   353     # enable=
   354     # enable=
   354 
   355 
   355     options=
   356     options=
   356     options="$options --rcfile=.pylint"
   357     options="$options --rcfile=.pylint"
   357     # options="$options --py3k"   # report errors for Python 3 porting
   358     # options="$options --py3k"   # report errors for Python 3 porting