Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Section overrides not working in editor #70

Open
graemedavidson opened this issue Jun 23, 2022 · 0 comments
Open

Section overrides not working in editor #70

graemedavidson opened this issue Jun 23, 2022 · 0 comments

Comments

@graemedavidson
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant