-
Looked like a cool tool, so I thought I would give it a try.
I followed the [Installation instructions]( https://docs.errata.ai/vale/install), and installed via `brew install vale`
Then I glance…
-
Heya
Is the Vale Linter still used? The link here is outdated, and I can't see it (but it's been a long day), in the source code.
Happy to update links (do version specific Style Guides) etc if …
-
This issue has been open to demonstrate the integration of the Vale linter (as a GitHub Action) in the common Ansys (or PyAnsys) workflows.
Goals:
- [x] Demonstrate the use of Vale as a GitHub Act…
-
Many Mautic contributors draft documentation without the knowledge of the Mautic documentation style and terminology guidelines. For many contributors, English is not the first language which makes co…
-
**Why**
As our team grows, we're seeking a tool to help us enforce consistent style rules on our documentation prose.
**How**
Since it has been recommended to us specifically, we're starting by t…
-
Hey all, we have a tag [vale-linter-style](https://github.com/topics/vale-linter-style) we encourage all to add to any Vale-compatible style to ensure people can find it easier, do you mind adding it?
-
When running Vale against one of the files within our repo, we get the following error:
```
panic: runtime error: index out of range [-1]
goroutine 2515 [running]:
github.com/errata-ai/vale/v2…
-
Thanks for building vale. It helped me already a lot over the recent days after I learned about it.
As technical writer for reStructuredText (RST) markup I want to use Vale as linter during writing…
-
**Before you open a bug report**
Disable plugins and snippets that could be causing a conflict. Update to the latest versions of the following, and restart Obsidian:
- Minimal Theme
- Minimal The…
-
This is my workflow:
```
name: Linter as style guide
on:
pull_request:
permissions:
actions: read
contents: read
pull-requests: write
jobs:
linter:
runs-on: ubuntu-lat…