debian-mirror-gitlab/doc/.vale/gitlab/Units.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
444 B
YAML
Raw Normal View History

2023-01-13 00:05:48 +05:30
---
2023-03-04 22:38:38 +05:30
# Warning: gitlab.Units
2023-01-13 00:05:48 +05:30
#
# Recommends a space between a number and a unit of measure.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Add a space between the number and the unit in '%s'."
link: 'https://docs.gitlab.com/ee/development/documentation/styleguide/'
nonword: true
2023-03-04 22:38:38 +05:30
level: warning
2023-01-13 00:05:48 +05:30
ignorecase: true
tokens:
- \d+(?:B|kB|KiB|MB|MiB|GB|GiB|TB|TiB)
- \d+(?:ns|ms|μs|s|min|h|d)