blazar/HACKING.rst
Seunghun Lee 85a753b136 Bump hacking to 7.0.0 and fix linting issues
Change-Id: Ic052b52675debb4c3169d84ccd68a01f2d0ce0d8
2024-09-02 10:20:06 +00:00

378 B

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.