tests/tools/check_source.sh
changeset 1838 646245c1c0d9
parent 1837 c507c363625e
child 1839 a2324624e516
equal deleted inserted replaced
1837:c507c363625e 1838:646245c1c0d9
   209     enable=$enable,W0108          # (unnecessary-lambda) Lambda may not be necessary
   209     enable=$enable,W0108          # (unnecessary-lambda) Lambda may not be necessary
   210     enable=$enable,C0412          # (ungrouped-imports) Imports from package X are not grouped
   210     enable=$enable,C0412          # (ungrouped-imports) Imports from package X are not grouped
   211     enable=$enable,C0321          # (multiple-statements) More than one statement on a single line
   211     enable=$enable,C0321          # (multiple-statements) More than one statement on a single line
   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 
   215 
   215     # enable=$enable,W0403        # relative import
   216     # enable=$enable,W0403        # relative import
   216     # enable=$enable,W0622        # (redefined-builtin) Redefining built-in
   217     # enable=$enable,W0622        # (redefined-builtin) Redefining built-in
   217     # enable=$enable,W0612        # unused-variable
   218     # enable=$enable,W0612        # unused-variable
   218     # enable=$enable,C1001        # (old-style-class) Old-style class defined. Problem with PyJS
   219     # enable=$enable,C1001        # (old-style-class) Old-style class defined. Problem with PyJS