tests/tools/check_source.sh
changeset 2415 f7d8891fe708
parent 2414 7fad75e5e63d
child 2417 316ee9fff395
equal deleted inserted replaced
2414:7fad75e5e63d 2415:f7d8891fe708
   294     enable=$enable,W0623          # (redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler
   294     enable=$enable,W0623          # (redefine-in-handler) Redefining name 'X' from outer scope (line Y) in exception handler
   295     enable=$enable,E1310          # (bad-str-strip-call) Suspicious argument in str.strip call
   295     enable=$enable,E1310          # (bad-str-strip-call) Suspicious argument in str.strip call
   296     enable=$enable,E1300          # (bad-format-character) Unsupported format character '"' (0x22) at index 17
   296     enable=$enable,E1300          # (bad-format-character) Unsupported format character '"' (0x22) at index 17
   297     enable=$enable,E1304          # (missing-format-string-key) Missing key 'X_name' in format string dictionary
   297     enable=$enable,E1304          # (missing-format-string-key) Missing key 'X_name' in format string dictionary
   298     enable=$enable,R1701          # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode))
   298     enable=$enable,R1701          # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode))
       
   299     enable=$enable,R1704          # (redefined-argument-from-local) Redefining argument with the local name 'Y'
   299     enable=$enable,W0106          # (expression-not-assigned) Expression "X" is assigned to nothing
   300     enable=$enable,W0106          # (expression-not-assigned) Expression "X" is assigned to nothing
   300     enable=$enable,E1136          # (unsubscriptable-object) Value 'X' is unsubscriptable
   301     enable=$enable,E1136          # (unsubscriptable-object) Value 'X' is unsubscriptable
   301     enable=$enable,E0602          # (undefined-variable) Undefined variable 'X'
   302     enable=$enable,E0602          # (undefined-variable) Undefined variable 'X'
   302     enable=$enable,W1618          # (no-absolute-import) import missing `from __future__ import absolute_import`
   303     enable=$enable,W1618          # (no-absolute-import) import missing `from __future__ import absolute_import`
   303     enable=$enable,W0403          # (relative-import) Relative import 'Y', should be 'X.Y '
   304     enable=$enable,W0403          # (relative-import) Relative import 'Y', should be 'X.Y '