debian-mirror-gitlab/doc/.vale/gitlab/SentenceSpacing.yml
2021-03-08 18:12:59 +05:30

15 lines
484 B
YAML

---
# Error: gitlab.SentenceSpacing
#
# Checks for incorrect spacing (no spaces, or more than one space) around punctuation.
#
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
extends: existence
message: '"%s" must contain one and only one space.'
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#punctuation
level: error
nonword: true
tokens:
- '[a-z][.?!,][A-Z]'
- '[\w.?!,\(\)\-":] {2,}[\w.?!,\(\)\-":]'