tests/tools/check_source.sh
changeset 2454 2e5acbded4a1
parent 2453 9900a8df922f
child 2455 80b225e9a6b6
equal deleted inserted replaced
2453:9900a8df922f 2454:2e5acbded4a1
   370     enable=$enable,W1651          # (deprecated-itertools-function) Accessing a deprecated function on the itertools module
   370     enable=$enable,W1651          # (deprecated-itertools-function) Accessing a deprecated function on the itertools module
   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=
   376     # enable=
   376 
   377 
   377     options=
   378     options=
   378 
   379 
   379     ver=$(pylint --version 2>&1 | grep pylint  | awk '{ print $2 }')
   380     ver=$(pylint --version 2>&1 | grep pylint  | awk '{ print $2 }')