tests/tools/check_source.sh
changeset 2421 a5994ee1f6a7
parent 2420 290b77b72123
child 2424 dc5554f0c12c
equal deleted inserted replaced
2420:290b77b72123 2421:a5994ee1f6a7
   316     enable=$enable,W0232          # (no-init) Class has no __init__ method
   316     enable=$enable,W0232          # (no-init) Class has no __init__ method
   317     enable=$enable,W0233          # (non-parent-init-called) __init__ method from a non direct base class 'X' is called
   317     enable=$enable,W0233          # (non-parent-init-called) __init__ method from a non direct base class 'X' is called
   318     enable=$enable,W0601          # (global-variable-undefined) Global variable 'X' undefined at the module level
   318     enable=$enable,W0601          # (global-variable-undefined) Global variable 'X' undefined at the module level
   319     enable=$enable,W0111          # (assign-to-new-keyword) Name async will become a keyword in Python 3.7
   319     enable=$enable,W0111          # (assign-to-new-keyword) Name async will become a keyword in Python 3.7
   320     enable=$enable,W0623          # (redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler
   320     enable=$enable,W0623          # (redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler
       
   321     enable=$enable,W0109          # (duplicate-key) Duplicate key 'X' in dictionary
   321     enable=$enable,E1310          # (bad-str-strip-call) Suspicious argument in str.strip call
   322     enable=$enable,E1310          # (bad-str-strip-call) Suspicious argument in str.strip call
   322     enable=$enable,E1300          # (bad-format-character) Unsupported format character '"' (0x22) at index 17
   323     enable=$enable,E1300          # (bad-format-character) Unsupported format character '"' (0x22) at index 17
   323     enable=$enable,E1304          # (missing-format-string-key) Missing key 'X_name' in format string dictionary
   324     enable=$enable,E1304          # (missing-format-string-key) Missing key 'X_name' in format string dictionary
   324     enable=$enable,R1701          # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode))
   325     enable=$enable,R1701          # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode))
   325     enable=$enable,R1704          # (redefined-argument-from-local) Redefining argument with the local name 'Y'
   326     enable=$enable,R1704          # (redefined-argument-from-local) Redefining argument with the local name 'Y'