18c79eb0ca
Lints docs and yaml files in addition to Python. This also fixes the encountered issues. Change-Id: I111cc93939ae4cd2e878e7f863c1a45db51cdbbe
12 lines
472 B
ReStructuredText
12 lines
472 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.
|