-
## What's the Issue?
We started using Vale in a [pre-commit](https://pre-commit.com) hook for writing the [Starlite](https://github.com/starlite-api/starlite) thanks to #558. But the hook fails to …
-
### Is your enhancement request related to a problem?
Contributions might not always adhere to the style guide and there are [many rules](https://docs.newrelic.com/docs/new-relic-only/basic-style-g…
-
## What type of issue is it?
Discussion
## What article/section is this about?
vale linter configuration for Github
## Describe the issue
I think SDK should be added to the following list:
`…
-
### Description
Integrate the Vale linter into Quarkus docs PRs to increase doc quality and style consistency by using a GitHub action that:
- Analyzes the diff only.
- Reports style errors, warnin…
-
Hi! Given the following settings in .vale.ini:
```
Packages = Microsoft
StylesPath = .vale/styles
MinAlertLevel = suggestion
[*.md]
BasedOnStyles = Vale, Microsoft
```
And the GitHub w…
-
In order to increase the quality and also to make the docs easier to understand I wrote a linter which is able to check for *typical common words*.
This is handy, because with this we can make sure w…
-
Using a linter could be usefull for contributor in making `clean` pull request.
An issue exist on this topic: https://github.com/asciidoctor/asciidoctor-extensions-lab/issues/6
They are mentioni…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my problem.
### Issues
- [X] I have checked [existing issues](https://github.com…
-
📝 **Description of the feature**
Implement Vale, a linter for checking prose for style guide violations. This tool is being used in the different PyAnsys projects.
💡 **Steps for implementing the f…
-
In my `.vale.ini` I have `MinAlertLevel = suggestion` which is great for running it locally. However, when running it on travis-ci, I actually want my code to fail if `vale` returns anything. I misund…