tests/tools/check_source.sh
changeset 1860 4eeddef7f973
parent 1859 1df77c809257
child 1861 410a3bcbeb29
equal deleted inserted replaced
1859:1df77c809257 1860:4eeddef7f973
   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=$enable,C0413          # (wrong-import-position) Import "import X" should be placed at the top of the module
       
   240     enable=$enable,E1305          # (too-many-format-args) Too many arguments for format string
   240     # enable=
   241     # enable=
   241 
   242 
   242     options=
   243     options=
   243     options="$options --rcfile=.pylint"
   244     options="$options --rcfile=.pylint"
   244     # options="$options --py3k"   # report errors for Python 3 porting
   245     # options="$options --py3k"   # report errors for Python 3 porting