masakari-monitors/HACKING.rst
Takashi NATSUME ea091a50e6 Removed unnecessary parantheses in yield statements
The 'yield' statement is not a function.
So it must always be followed by a space when yielding a value.

Change-Id: Iaaa3f692047c03f7dfd2ca63393f169dc4d7fdd0
2018-12-10 06:16:18 +00:00

12 lines
463 B
ReStructuredText

masakari-monitors Style Commandments
===============================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
masakari-monitors Specific Commandments
------------------------------
- [M301] Ensure that the _() function is explicitly imported to ensure proper translations.
- [M302] Validate that log messages are not translated.
- [M303] Yield must always be followed by a space when yielding a value.