You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
I have tested with a local and global vale setup with the same result.
.vale.ini
Host
OS: Ubuntu 20.04
Install method: direct
Version:
2.15.4
The text was updated successfully, but these errors were encountered: