vale-vscode
vale-vscode copied to clipboard
Section overrides not working in editor
Wondering if any assitance could be offered with section overrides with regard to Neovim and VSCode (ones that I tested). I have configured a specific section for CHANGELOG.md files but when opening a changelog file in the editors listed it ignores the more specific section, showing violations for Google.Headings.
In contrast when running in the cli it shows:
$ vale CHANELOG.md
✔ 0 errors, 0 warnings and 0 suggestions in 1 file.
I have tested with a local and global vale setup with the same result.
.vale.ini
StylesPath = ./.vale/styles
Vocab = Infra
MinAlertLevel = suggestion
[*.md]
BasedOnStyles = Google
[CHANGELOG.md]
BasedOnStyles = Google
Google.Headings = NO
Host
OS: Ubuntu 20.04
Install method: direct
Version: 2.15.4