Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
387216c4
Commit
387216c4
authored
Mar 06, 2022
by
Evan Read
Committed by
Suzanne Selhorn
Mar 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rule to enforce using clear instead of deselect
parent
86c532a9
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
9 deletions
+12
-9
doc/.vale/gitlab/SubstitutionWarning.yml
doc/.vale/gitlab/SubstitutionWarning.yml
+2
-0
doc/development/documentation/styleguide/word_list.md
doc/development/documentation/styleguide/word_list.md
+3
-2
doc/operations/incident_management/alerts.md
doc/operations/incident_management/alerts.md
+1
-1
doc/operations/incident_management/incidents.md
doc/operations/incident_management/incidents.md
+1
-1
doc/user/admin_area/settings/visibility_and_access_controls.md
...ser/admin_area/settings/visibility_and_access_controls.md
+1
-1
doc/user/project/clusters/deploy_to_cluster.md
doc/user/project/clusters/deploy_to_cluster.md
+1
-1
doc/user/project/issues/multiple_assignees_for_issues.md
doc/user/project/issues/multiple_assignees_for_issues.md
+1
-1
doc/user/project/merge_requests/getting_started.md
doc/user/project/merge_requests/getting_started.md
+1
-1
doc/user/project/merge_requests/squash_and_merge.md
doc/user/project/merge_requests/squash_and_merge.md
+1
-1
No files found.
doc/.vale/gitlab/SubstitutionWarning.yml
View file @
387216c4
...
...
@@ -14,6 +14,8 @@ swap:
click
:
select
code base
:
codebase
config
:
configuration
deselect
:
clear
deselected
:
cleared
distro
:
distribution
file name
:
filename
filesystem
:
file system
...
...
doc/development/documentation/styleguide/word_list.md
View file @
387216c4
...
...
@@ -174,8 +174,7 @@ See also [contractions](index.md#contractions).
Use one word for
**checkbox**
. Do not use
**check box**
.
You
**select**
(not
**check**
or
**enable**
) and
**clear**
(not
**deselect**
or
**disable**
) checkboxes.
For example:
You
**select**
(not
**check**
or
**enable**
) and
**clear**
(not
**deselect**
or
**disable**
) checkboxes. For example:
-
Select the
**Protect environment**
checkbox.
-
Clear the
**Protect environment**
checkbox.
...
...
@@ -185,6 +184,8 @@ If you must refer to the checkbox, you can say it is selected or cleared. For ex
-
Ensure the
**Protect environment**
checkbox is cleared.
-
Ensure the
**Protect environment**
checkbox is selected.
(For
`deselect`
,
[
Vale
](
../testing.md#vale
)
rule:
[
`SubstitutionWarning.yml`
](
https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/.vale/gitlab/SubstitutionWarning.yml
)
)
## checkout, check out
Use
**check out**
as a verb. For the Git command, use
`checkout`
.
...
...
doc/operations/incident_management/alerts.md
View file @
387216c4
...
...
@@ -196,7 +196,7 @@ To assign an alert:
After completing their portion of investigating or fixing the alert, users can
unassign themselves from the alert. To remove an assignee, select
**Edit**
next to the
**Assignee**
dropdown menu
and
deselect
the user from the list of assignees, or select
**Unassigned**
.
and
clear
the user from the list of assignees, or select
**Unassigned**
.
### Create a to-do item from an alert
...
...
doc/operations/incident_management/incidents.md
View file @
387216c4
...
...
@@ -226,7 +226,7 @@ There are different actions available to help triage and respond to incidents.
### Assign incidents
Assign incidents to users that are actively responding. Select
**Edit**
in the
right-hand side bar to select or
deselect
assignees.
right-hand side bar to select or
clear
assignees.
### Associate a milestone
...
...
doc/user/admin_area/settings/visibility_and_access_controls.md
View file @
387216c4
...
...
@@ -59,7 +59,7 @@ disable this privilege for group owners, enforcing the instance-level protection
1.
On the top bar, select
**Menu > Admin**
.
1.
On the left sidebar, select
**Settings > General**
.
1.
Expand the
**Visibility and access controls**
section.
1.
Deselect
the
**Allow owners to manage default branch protection per group**
checkbox.
1.
Clear
the
**Allow owners to manage default branch protection per group**
checkbox.
1.
Select
**Save changes**
.
NOTE:
...
...
doc/user/project/clusters/deploy_to_cluster.md
View file @
387216c4
...
...
@@ -143,6 +143,6 @@ Reasons for failure include:
NOTE:
Project-level clusters upgraded from GitLab 12.0 or older may be configured
in a way that causes this error. Ensure you
deselect
the
in a way that causes this error. Ensure you
clear
the
[
GitLab-managed cluster
](
gitlab_managed_clusters.md
)
option if you want to manage
namespaces and service accounts yourself.
doc/user/project/issues/multiple_assignees_for_issues.md
View file @
387216c4
...
...
@@ -39,4 +39,4 @@ to assign the issue to.
![
adding multiple assignees
](
img/multiple_assignees.gif
)
To remove an assignee,
deselect
them from the same dropdown menu.
To remove an assignee,
clear
them from the same dropdown menu.
doc/user/project/merge_requests/getting_started.md
View file @
387216c4
...
...
@@ -161,7 +161,7 @@ enabled by default for all new merge requests, enable it in the
[
project's settings
](
../settings/index.md#merge-request-settings
)
.
This option is also visible in an existing merge request next to
the merge request button and can be selected or
deselect
ed before merging.
the merge request button and can be selected or
clear
ed before merging.
It is only visible to users with the Maintainer role
in the source project.
...
...
doc/user/project/merge_requests/squash_and_merge.md
View file @
387216c4
...
...
@@ -65,7 +65,7 @@ To configure the default squashing behavior for all merge requests in your proje
1.
Expand
**Merge requests**
.
1.
In the
**Squash commits when merging**
section, select your desired behavior:
-
**Do not allow**
: Squashing is never performed, and the option is not displayed.
-
**Allow**
: Squashing is allowed, but
deselect
ed by default.
-
**Allow**
: Squashing is allowed, but
clear
ed by default.
-
**Encourage**
: Squashing is allowed and selected by default, but can be disabled.
-
**Require**
: Squashing is always performed. While merge requests display the option
to squash, users cannot change it.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment