summaryrefslogtreecommitdiff
path: root/doc/.linting/vale/styles/gitlab/SentenceSpacing.yml
blob: 0fc8bfedadc60bed54c66ef2ea3265b4cafbfad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# Checks the presence of more than one space between sentences or clauses.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: existence
message: "'%s' should have one space between sentences or clauses."
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#punctuation
level: warning
nonword: true
tokens:
  - '[a-z][.?!,][A-Z]'
  - '[.?!,] {2,}[\w]'