magnum/HACKING.rst
Eli Qiao f67e67ec9a Correct Hacking rule code
The hacking rule error code should be start with 'M', which stands for
Magnum.

PS: Error number begins with M301

Closes-Bug: #1465895
Change-Id: Ie9565c4a700a1bf85eed8c5db87a8c4012f5254b
2015-06-17 14:14:25 +08:00

305 B

Magnum Style Commandments

Magnum Specific Commandments ---------------------------

  • [M301] policy.enforce_wsgi decorator must be the first decorator on a method.