Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 503 Bytes

File metadata and controls

15 lines (12 loc) · 503 Bytes

glance Style Commandments

glance Specific Commandments

  • [G319] Validate that debug level logs are not translated
  • [G327] Prevent use of deprecated contextlib.nested
  • [G328] Must use a dict comprehension instead of a dict constructor with a sequence of key-value pairs
  • [G330] Log.warn is deprecated. Enforce use of LOG.warning.