Closed izmalk closed 4 months ago
If you are using the Starter Pack, the Make entrypoint uses this file to get the Vale configuration. It doesn't currently get the vocabulary folder/files, which is likely the issue.
I'll also note that ignores only work for the Spelling extension point in Vale, so if you add MAAS to an ignore file, you'd still get a capitalisation error.
Some of these issues might get solved when PR#63 gets merged.
Full explanation in this comment.
@SecondSkoll I added to your script in the starter pack to fetch the vocab files too so it should work for 'make vale' now. I think the other fixes are in #63
Testing Kafka-k8s charm docs provides a vast amount of false positive errors, mostly due to terminology.
For example:
We have Multipass spelling error, but the
Multipass
is included in the default Accept.txt file for vocabulary. As far as I understand, that should be enough.Another example, it keeps triggering for
Grafana
, even if I add it to theAccept.txt
file:In case I'm wrong about my assumption or just as an alternative, we can try the following method to ignore some words: Ignoring non-dictionary words.