debian-mirror-gitlab/doc/.linting/vale/styles/gitlab/OxfordComma.yml
2020-03-09 13:42:32 +05:30

6 lines
237 B
YAML

extends: existence
message: Use a comma before the last "and" in a list of three or more items.
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#punctuation
level: warning
tokens:
- '(?:[^,]+,){1,}\s\w+\sand'