blob: 379fad6b8e81099436827722aee171b5814dc4d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
extends: existence
message: "Put a nonbreaking space between the number and the unit in '%s'."
link: 'https://developers.google.com/style/units-of-measure'
nonword: true
level: error
tokens:
- \d+(?:B|kB|MB|GB|TB)
- \d+(?:ns|ms|s|min|h|d)
|