tests/tools/check_source.sh
changeset 1870 4d070115b552
parent 1869 49cdd843c006
child 1872 866fb3ab8778
equal deleted inserted replaced
1869:49cdd843c006 1870:4d070115b552
   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=$enable,E0401          # (import-error) Unable to import 'X'
       
   258     enable=$enable,E1121          # (too-many-function-args) Too many positional arguments for function call
   258     # enable=
   259     # enable=
   259 
   260 
   260     options=
   261     options=
   261     options="$options --rcfile=.pylint"
   262     options="$options --rcfile=.pylint"
   262     # options="$options --py3k"   # report errors for Python 3 porting
   263     # options="$options --py3k"   # report errors for Python 3 porting