tests/tools/check_source.sh
changeset 1841 9fd29e8b1393
parent 1840 cf5ef4c0deff
child 1846 14b40afccd69
equal deleted inserted replaced
1840:cf5ef4c0deff 1841:9fd29e8b1393
   212     enable=$enable,W0231          # (super-init-not-called) __init__ method from base class is not called
   212     enable=$enable,W0231          # (super-init-not-called) __init__ method from base class is not called
   213     enable=$enable,W0105          # (pointless-string-statement) String statement has no effect    
   213     enable=$enable,W0105          # (pointless-string-statement) String statement has no effect    
   214     enable=$enable,W0311          # (bad-indentation) Bad indentation. Found 16 spaces, expected 12
   214     enable=$enable,W0311          # (bad-indentation) Bad indentation. Found 16 spaces, expected 12
   215     enable=$enable,W0101          # (unreachable) Unreachable code
   215     enable=$enable,W0101          # (unreachable) Unreachable code
   216     enable=$enable,E0102          # (function-redefined) method already defined
   216     enable=$enable,E0102          # (function-redefined) method already defined
       
   217     enable=$enable,W0602          # (global-variable-not-assigned) Using global for 'X' but no assignment is done
   217 
   218 
   218     # enable=$enable,W0403        # relative import
   219     # enable=$enable,W0403        # relative import
   219     # enable=$enable,W0622        # (redefined-builtin) Redefining built-in
   220     # enable=$enable,W0622        # (redefined-builtin) Redefining built-in
   220     # enable=$enable,W0612        # unused-variable
   221     # enable=$enable,W0612        # unused-variable
   221     # enable=$enable,C1001        # (old-style-class) Old-style class defined. Problem with PyJS
   222     # enable=$enable,C1001        # (old-style-class) Old-style class defined. Problem with PyJS