Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Units.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6263ad66b451986f637e013b7147a79eeea5ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# Warning: gitlab.Units
#
# 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
level: warning
ignorecase: true
tokens:
  - \d+(?:B|kB|KiB|MB|MiB|GB|GiB|TB|TiB)
  - \d+(?:ns|ms|μs|s|min|h|d)