vale
vale copied to clipboard
'config\vocabularies/Base' directory does not exist
Check for existing issues
- [x] Completed
Environment
OS: Windows 11 Install method: Winget Vale version: 3.12.0
.vale.ini
StylesPath = ".vale"
MinAlertLevel = suggestion
# Microsoft already contains most rules for proselint, write-good
Packages = Microsoft, MDX, alex
Vocab = Base
# Not necessary to lint txt. They're frequently files in a specific format.
[*.{md,mdx,yml,toml,jsonc,ts}]
BasedOnStyles = Vale, Microsoft, alex
# IMPORTANT: Run with
# vale --glob='!**/{node_modules,bak,dist,.vale,.,.*}/*' .
Describe the bug / provide steps to reproduce it
Run vale --glob='!**/{node_modules,bak,dist,.vale,.,.*}/*' .
E100 [vocab] Runtime error
'config\vocabularies/Base' directory does not exist
Execution stopped with code 1.
Works when I comment out Vocab.