Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Contractions.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4ec24742daa962b22794ce5a36991f299516117 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
# Checks for use of common and uncommon contractions.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: substitution
message: Use "%s" instead of "%s", for a friendly, informal tone.
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#language
level: suggestion
nonword: false
ignorecase: true
swap:

  # Common contractions are ok
  it is: it's
  can not: can't
  cannot: can't
  do not: don't
  have not: haven't
  that is: that's
  we are: we're
  will not: won't
  would not: wouldn't
  you are: you're
  you have: you've

  # Uncommon contractions are not ok
  aren't: are not
  couldn't: could not
  didn't: did not
  doesn't: does not
  hasn't: has not
  how'll: how will
  how's: how is
  isn't: is not
  it'll: it will
  shouldn't: should not
  that'll: that will
  they'll: they will
  they're: they are
  wasn't: was not
  weren't: were not
  we'll: we will
  we've: we have
  what's: what is
  what'll: what will
  when's: when is
  when'll: when will
  where's: where is
  where'll: where will
  who's: who is
  who'll: who will
  why's: why is
  why'll: why will