blob: 220de3e963d93dcaf28121395498a0246181fea7 (
plain)
1
2
3
4
5
6
7
|
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+(?:GB|TB|MB)
|