Replies: 1 comment 1 reply
-
|
You need to include the Vale style: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi All,
I am trying to set up vocabularies and my structure looks like this:
Folder structure
Vale.ini file contents
StylesPath = styles
MinAlertLevel = suggestion
IgnoredScopes = code, tt, img
SkippedScopes = script, style, pre, figure, code
Vocab = productABC
[*.{md,rst,h}]
BasedOnStyles = company-styles
However, when I run vale, it does not seem to recognize (i.e., flag variations) of the terms defined in the accept.txt file.
I am using vale version 3.9.3. I'd be grateful for any advice on how to fix this.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions