9 lines
247 B
YAML
Raw Normal View History

2022-09-02 11:52:42 +02:00
extends: existence
message: "Put a nonbreaking space between the number and the unit in '%s'."
2024-01-23 17:19:53 +01:00
link: "https://developers.google.com/style/units-of-measure"
2022-09-02 11:52:42 +02:00
nonword: true
level: error
tokens:
2024-01-23 17:19:53 +01:00
- \b\d+(?:B|kB|MB|GB|TB)
- \b\d+(?:ns|ms|s|min|h|d)