Units.yml 243 B

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