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
94bdb914
Commit
94bdb914
authored
Jan 26, 2022
by
Marcin Sedlak-Jakubowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove no longer necessary Vale steps
parent
0e9ab359
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
18 deletions
+2
-18
doc/development/documentation/testing.md
doc/development/documentation/testing.md
+2
-18
No files found.
doc/development/documentation/testing.md
View file @
94bdb914
...
...
@@ -311,23 +311,7 @@ To configure Vale in your editor, install one of the following as appropriate:
-
Sublime Text
[
`SublimeLinter-contrib-vale` package
](
https://packagecontrol.io/packages/SublimeLinter-contrib-vale
)
.
-
Visual Studio Code
[
`errata-ai.vale-server` extension
](
https://marketplace.visualstudio.com/items?itemName=errata-ai.vale-server
)
.
You can configure the plugin to
[
display only a subset of alerts
](
#show-subset-of-vale-alerts
)
.
In the extension's settings:
<!-- vale gitlab.Spelling = NO -->
-
Select the
**Use CLI**
checkbox.
-
In the
**Config**
setting, enter an absolute
path to
[
`.vale.ini`
](
https://gitlab.com/gitlab-org/gitlab/-/blob/master/.vale.ini
)
in one of the cloned GitLab repositories on your computer.
<!-- vale gitlab.Spelling = YES -->
-
In the
**Path**
setting, enter the absolute path to the Vale binary. In most
cases,
`vale`
should work. To find the location, run
`which vale`
in a terminal.
You can configure the plugin to
[
display only a subset of alerts
](
#show-subset-of-vale-alerts
)
.
-
Vim
[
ALE plugin
](
https://github.com/dense-analysis/ale
)
.
-
Emacs
[
Flycheck extension
](
https://github.com/flycheck/flycheck
)
.
This requires some configuration:
...
...
@@ -362,7 +346,7 @@ To configure Vale in your editor, install one of the following as appropriate:
In this setup the
`markdownlint`
checker is set as a "next" checker from the defined
`vale`
checker.
Enabling this custom Vale checker provides error linting from both Vale and markdownlint.
We don't use
[
Vale Server
](
https://
errata-ai.github.io/vale/#using-vale-with-a-text-editor-or-another-third-party-application
)
.
We don't use
[
Vale Server
](
https://
docs.errata.ai/vale-server/install
)
.
### Configure pre-push hooks
...
...
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