File: HACKING.rst

package info (click to toggle)
murano 1%3A2.0.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 8,720 kB
  • sloc: python: 25,606; sh: 581; makefile: 70; ruby: 16
file content (13 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Style Commandments
==================

Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

Murano Specific Commandments
---------------------------

- [M322] Method's default argument shouldn't be mutable.
- [M323] Python 3: do not use dict.iteritems.
- [M324] Python 3: do not use dict.iterkeys.
- [M325] Python 3: do not use dict.itervalues.
- [M326] Python 3: do not use basestring.