Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 332 Bytes

HACKING.rst

File metadata and controls

13 lines (9 loc) · 332 Bytes

Kolla Style Commandments

Kolla Specific Commandments

  • [K301] Method's default argument shouldn't be mutable.
  • [K302] Use LOG.warning instead of LOG.warn.