tests/tools/check_source.sh
changeset 1869 49cdd843c006
parent 1868 616c3f4bcbcb
child 1870 4d070115b552
equal deleted inserted replaced
1868:616c3f4bcbcb 1869:49cdd843c006
   252     enable=$enable,E0601          # (used-before-assignment) Using variable 'X' before assignment
   252     enable=$enable,E0601          # (used-before-assignment) Using variable 'X' before assignment
   253     enable=$enable,E1120          # (no-value-for-parameter) No value for argument 'X' in function call
   253     enable=$enable,E1120          # (no-value-for-parameter) No value for argument 'X' in function call
   254     enable=$enable,E0701          # (bad-except-order) Bad except clauses order (X is an ancestor class of Y)
   254     enable=$enable,E0701          # (bad-except-order) Bad except clauses order (X is an ancestor class of Y)
   255     enable=$enable,E0611          # (no-name-in-module) No name 'X' in module 'Y'
   255     enable=$enable,E0611          # (no-name-in-module) No name 'X' in module 'Y'
   256     enable=$enable,E0213          # (no-self-argument) Method should have "self" as first argument
   256     enable=$enable,E0213          # (no-self-argument) Method should have "self" as first argument
       
   257     enable=$enable,E0401          # (import-error) Unable to import 'X'
   257     # enable=
   258     # enable=
   258 
   259 
   259     options=
   260     options=
   260     options="$options --rcfile=.pylint"
   261     options="$options --rcfile=.pylint"
   261     # options="$options --py3k"   # report errors for Python 3 porting
   262     # options="$options --py3k"   # report errors for Python 3 porting