This commit is contained in:
jbouwh 2025-05-21 11:38:08 +00:00
parent 0168d5335d
commit c77767024d

View File

@ -14,7 +14,7 @@ class HassEnforceGreekMicroCharChecker(BaseChecker):
priority = -1 priority = -1
msgs = { msgs = {
"W7452": ( "W7452": (
"Constants with a micro unit prefix must be encode mu as U+03BC (\u03bc), not as U+00B5 (\u00b5)", "Constants with a micro unit prefix must encode mu as U+03BC (\u03bc), not as U+00B5 (\u00b5)",
"hass-enforce-greek-micro-char", "hass-enforce-greek-micro-char",
"According to [The Unicode Consortium](https://en.wikipedia.org/wiki/Micro-#Symbol_encoding_in_character_sets), the Greek letter character is preferred.", "According to [The Unicode Consortium](https://en.wikipedia.org/wiki/Micro-#Symbol_encoding_in_character_sets), the Greek letter character is preferred.",
), ),