tests/tools/check_source.sh
changeset 1859 1df77c809257
parent 1858 4c5156dee87a
child 1860 4eeddef7f973
equal deleted inserted replaced
1858:4c5156dee87a 1859:1df77c809257
   234     enable=$enable,C0112          # (empty-docstring)
   234     enable=$enable,C0112          # (empty-docstring)
   235     enable=$enable,W0631          # (undefined-loop-variable) Using possibly undefined loop variable 'X'
   235     enable=$enable,W0631          # (undefined-loop-variable) Using possibly undefined loop variable 'X'
   236     enable=$enable,W0104          # (pointless-statement) Statement seems to have no effect
   236     enable=$enable,W0104          # (pointless-statement) Statement seems to have no effect
   237     enable=$enable,W0107          # (unnecessary-pass) Unnecessary pass statement
   237     enable=$enable,W0107          # (unnecessary-pass) Unnecessary pass statement
   238     enable=$enable,W0406          # (import-self) Module import itself
   238     enable=$enable,W0406          # (import-self) Module import itself
       
   239     enable=$enable,C0413          # (wrong-import-position) Import "import X" should be placed at the top of the module
   239     # enable=
   240     # enable=
   240 
   241 
   241     options=
   242     options=
   242     options="$options --rcfile=.pylint"
   243     options="$options --rcfile=.pylint"
   243     # options="$options --py3k"   # report errors for Python 3 porting
   244     # options="$options --py3k"   # report errors for Python 3 porting