deb-murano/HACKING.rst
zhurong f3fdae5d0a Add mutable default arguments hacking check
Add mutable default arguments hacking check for murano
The patch was inspired from: I4aa8aede57d6fd31b4b30c3f7535b819e591165d

Change-Id: I9b5d7c1edb96fed6936a27b542f902fe1b579c23
Closes-Bug: #1530041
2015-12-21 17:18:20 +08:00

238 B

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.