summaryrefslogtreecommitdiff
path: root/doc/.linting/vale/styles/gitlab/LatinTerms.yml
blob: 082b56147a477e6a92ee933c25b0c82ef67e6c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
# `extends` indicates the Vale extension point being used.
# Full list of styles: https://errata-ai.github.io/vale/styles/
extends: substitution

# Substitution rules can display the matched and suggested strings in the 
# message shown to the user. The first use of %s prints the suggested option,
# and the second use of %s displays what was found in the text.
message: Use "%s" instead of "%s," but consider rewriting the sentence.

# Should a result be flagged as a suggestion, warning, or error?
# Results that fall below the MinAlertLevel set in 
# https://gitlab.com/gitlab-org/gitlab/blob/master/.vale.ini won't be shown.
level: warning

# Should a match be case-insensitive or case-sensitive?
# Acceptable values are 'true' or 'false'
ignorecase: true

# Should this rule be limited to a specific scope? If yes, uncomment the line.
# Possible scopes: https://errata-ai.github.io/vale/formats/#available-scopes
# scope: heading

# Should this rule ignore normal word boundaries, such as \b ?
# Acceptable values are 'true' or 'false'
nonword: true

# What is the source for this rule?
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language

# The 'swap' section provides a list of values, one per line, in the form of
# $bad: $good
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