Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 460 Bytes

File metadata and controls

11 lines (8 loc) · 460 Bytes

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.
  • [M305] LOG.warn is deprecated. Enforce use of LOG.warning.