Replies: 1 comment 2 replies
-
You need to use your custom rule instead of StylesPath = styles
MinAlertLevel = warning
Packages = Google
[*.md]
BasedOnStyles = Google
MyCustomStyle.Spelling = YES |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running into a little problem and I think it might be how I've got things configured. I'm hoping others who apply different rules to headings can help.
I'm trying to get Vale to ignore headings for spelling. I created my own
Spelling.yml
fileMy test file I'm using contains:
The
.vale.ini
is:When I run vale, it correctly finds the error in the body text, but errors on the h1.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions