-
## Information
**VIM version**
NVIM v0.3.7
Build type: Release
**Operating System**
macOS Mojave 10.14.6
## What went wrong
Thank you for ALE, it's a great project that I use daily…
-
## Summary
In the test case described below:
* Vale fails with `panic: runtime error: index out of range [1] with length 1`, if the content of `test.md` is the lowercase title:
```
# configu…
ghost updated
4 years ago
-
The Vale Linter (natural language linter) implements spell check and other basic rules: there are also style libraries and extension points.
https://github.com/errata-ai/vale
-
Vale version: 2.4.0
Using the following style ...
```yml
extends: capitalization
message: "'%s' should be in title case."
level: error
scope: heading
match: $title
style: Chicago
exce…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: ccb05e5e0b7b925c3d6b531fa43b016fa4d0b72a
Last commit: 3 hours ago
Core tap ORIGIN: https:/…
-
After upgrading from 1.7.1 to 2.1.0, Vale is splitting the contents of URLs apart on word boundaries and testing the individual words in spell-check. I've been reading over [the spelling style descrip…
-
I am trying to use proselint and also experimenting with [vale linter](https://github.com/ValeLint/vale) for markdown and text files but no joy.
There are obvious warnings in my text but ALE is ig…
-
Someone pointed out that the link to the vale styles in the test the docs repo is misleading as it leads to a repo that has now largely changed. However, I can't see how to change that. Any ideas?
-
I am trying to get the Vale GitHub Action working for my book that consists of multiple Asciidoctor files.
So far I have the action working, but I am not sure the official action includes asciidoct…
-
The ability to download and update styles using vale would make the setup process much quicker and easier. It also would make the process more consistent across different operating systems. The desire…