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

14 lines
378 B
ReStructuredText

Blazar Style Commandments
=========================
- Step 1: Read the OpenStack Style Commandments
https://docs.openstack.org/hacking/latest/
- Step 2: Read on
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.