File: HACKING.rst

package info (click to toggle)
blazar 15.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,852 kB
  • sloc: python: 22,155; sh: 263; makefile: 68; xml: 1
file content (13 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.