tests/tools/check_source.sh
changeset 2455 80b225e9a6b6
parent 2454 2e5acbded4a1
child 2456 7373e3048167
equal deleted inserted replaced
2454:2e5acbded4a1 2455:80b225e9a6b6
   371     enable=$enable,W1652          # (deprecated-types-field) Accessing a deprecated fields on the types module
   371     enable=$enable,W1652          # (deprecated-types-field) Accessing a deprecated fields on the types module
   372     enable=$enable,W1611          # (standarderror-builtin) StandardError built-in referenced
   372     enable=$enable,W1611          # (standarderror-builtin) StandardError built-in referenced
   373     enable=$enable,W1624          # (indexing-exception) Indexing exceptions will not work on Python 3
   373     enable=$enable,W1624          # (indexing-exception) Indexing exceptions will not work on Python 3
   374     enable=$enable,W1625          # (raising-string) Raising a string exception
   374     enable=$enable,W1625          # (raising-string) Raising a string exception
   375     enable=$enable,W1622          # (next-method-called) Called a next() method on an object
   375     enable=$enable,W1622          # (next-method-called) Called a next() method on an object
       
   376     enable=$enable,W1653          # (next-method-defined) next method defined
   376     # enable=
   377     # enable=
   377 
   378 
   378     options=
   379     options=
   379 
   380 
   380     ver=$(pylint --version 2>&1 | grep pylint  | awk '{ print $2 }')
   381     ver=$(pylint --version 2>&1 | grep pylint  | awk '{ print $2 }')