vale icon indicating copy to clipboard operation
vale copied to clipboard

'config\vocabularies/Base' directory does not exist

Open Aquaticat opened this issue 7 months ago • 0 comments

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.

Aquaticat avatar Jun 14 '25 21:06 Aquaticat