blob: 526c58a58bfe085214ac55c8bd7e2323a50faef4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Style Commandments
==================
- Step 1: Read the OpenStack Style Commandments
https://docs.openstack.org/hacking/latest/
- Step 2: Read on
oslo.policy Specific Commandments
---------------------------------
- Avoid using "double quotes" where you can reasonably use 'single quotes'
|