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