Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 378 Bytes

HACKING.rst

File metadata and controls

13 lines (10 loc) · 378 Bytes

Blazar Style Commandments

Blazar Specific Commandments

  • [B301] Validate that logs are not translated.
  • [B302] Use LOG.warning() rather than LOG.warn().
  • [H904] Delay string interpolations at logging calls.