File tree Expand file tree Collapse file tree 11 files changed +46
-41
lines changed Expand file tree Collapse file tree 11 files changed +46
-41
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # Error: gitlab.CommandStringsQuoted
3
+ #
4
+ # Ensures all code blocks wrap URL strings in quotation marks.
5
+ #
6
+ # For a list of all options, see https://vale.sh/docs/topics/styles/
7
+ extends : existence
8
+ message : " For the command example, use double quotes around the URL: %s"
9
+ link : https://docs.gitlab.com/ee/development/documentation/restful_api_styleguide.html#curl-commands
10
+ level : error
11
+ scope : raw
12
+ nonword : true
13
+ tokens :
14
+ - ' (curl|--url)[^"\]\n]+?https?:\/\/[^ \n]*'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
extends : existence
8
8
message : " Rename the heading '%s', or re-purpose the content elsewhere."
9
9
level : warning
10
- scope : heading
11
10
link : https://docs.gitlab.com/ee/development/documentation/topic_types/concept.html#concept-headings
12
- ignorecase : false
11
+ ignorecase : true
12
+ nonword : true
13
+ scope : raw
13
14
tokens :
14
- - How it works
15
- - Limitations
16
- - Overview
17
- - Use cases?
18
- - Important notes?
15
+ - ' \#+ How it works'
16
+ - ' \#+ Limitations'
17
+ - ' \#+ Overview'
18
+ - ' \#+ Use cases?'
19
+ - ' \#+ Important notes?'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
#
6
6
# For a list of all options, see https://vale.sh/docs/topics/styles/
7
7
extends : existence
8
- message : " Improve SEO and accessibility by rewriting '%s' in the link text."
8
+ message : " Improve SEO and accessibility by rewriting the link text for '%s' ."
9
9
level : warning
10
- scope : link
11
10
ignorecase : true
12
11
link : https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#text-for-links
12
+ scope : raw
13
+ nonword : true
13
14
tokens :
14
- - here
15
- - this page
15
+ - \[ here\]\(.*\)
16
+ - \[ this page\]\(.*\)
Original file line number Diff line number Diff line change @@ -18,18 +18,27 @@ swap:
18
18
click : " select"
19
19
code base : " codebase"
20
20
config : " configuration"
21
+ confirmation box : " confirmation dialog"
22
+ confirmation dialog box : " confirmation dialog"
21
23
deselect : " clear"
22
24
deselected : " cleared"
25
+ dialog box : " dialog"
23
26
distro : " distribution"
24
27
docs : " documentation"
25
28
e-mail : " email"
29
+ emojis : " emoji"
26
30
ex : " for example"
27
31
file name : " filename"
28
32
filesystem : " file system"
29
33
info : " information"
34
+ installation from source : self-compiled installation
35
+ installations from source : self-compiled installations
30
36
it is recommended : " you should"
31
37
logged in user : " authenticated user"
32
38
logged-in user : " authenticated user"
39
+ modal dialog : " dialog"
40
+ modal window : " dialog"
41
+ modal : " dialog"
33
42
n/a : " not applicable"
34
43
navigate to : " go to"
35
44
OAuth2 : " OAuth 2.0"
@@ -38,10 +47,15 @@ swap:
38
47
once that : " after that"
39
48
once the : " after the"
40
49
once you : " after you"
50
+ pop-up window : " dialog"
51
+ pop-up : " dialog"
52
+ popup : " dialog"
41
53
repo : " repository"
42
54
signed in user : " authenticated user"
43
55
signed-in user : " authenticated user"
44
56
since : " because' or 'after"
57
+ source (?:install|installation) : self-compiled installation
58
+ source (?:installs|installations) : self-compiled installations
45
59
sub-group : " subgroup"
46
60
sub-groups : " subgroups"
47
61
timezone : " time zone"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ link: https://docs.gitlab.com/ee/development/documentation/styleguide/word_list.
10
10
level : suggestion
11
11
ignorecase : true
12
12
swap :
13
+ as well as : " Use 'and' instead of 'as well as'."
13
14
note that : " Remove the phrase 'note that'."
14
15
please : " Use 'please' only if we've inconvenienced the user."
15
16
respectively : " Remove 'respectively' and list each option instead."
Original file line number Diff line number Diff line change @@ -995,7 +995,7 @@ tcpdump
995
995
teardown
996
996
templated
997
997
Thanos
998
- Thoughtbot
998
+ thoughtbot
999
999
throughputs
1000
1000
Tiller
1001
1001
timebox
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
6
6
7
7
# Set up your development environment
8
8
9
- Development of Omnibus GitLab can be done using an existing package available
9
+ Development of the Linux package can be done using an existing package available
10
10
from the [ Downloads page] ( https://about.gitlab.com/install/ ) . To know how to setup
11
11
a build environment to build these packages and use them, please read
12
12
[ Setting up a Build Environment] ( ../build/build_package.md#prepare-a-build-environment )
Original file line number Diff line number Diff line change @@ -982,7 +982,7 @@ local mirror that are no longer present in the corresponding GitLab repository.
982
982
983
983
``` shell
984
984
pulp rpm repository create --retain-package-versions=1 --name " gitlab-ee"
985
- pulp rpm remote create --name gitlab-ee --url http://mirror.example.com/repos/gitlab_gitlab-ee/ --policy immediate
985
+ pulp rpm remote create --name gitlab-ee --url " http://mirror.example.com/repos/gitlab_gitlab-ee/" --policy immediate
986
986
pulp rpm repository update --name gitlab-ee --remote gitlab-ee
987
987
```
988
988
You can’t perform that action at this time.
0 commit comments