summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/LatinTerms.yml
blob: 8412631f8fea84a1b1c084d81eeb0950a15d5c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# Checks for use of latin terms..
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: substitution
message: Use "%s" instead of "%s," but consider rewriting the sentence.
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language
level: warning
nonword: true
ignorecase: true
swap:
  e\.g\.: for example
  e\. g\.: for example
  i\.e\.: that is
  i\. e\.: that is
  etc\.: and so on
  et cetera: and so on