Exclusion of the vintage and changes directories is now done in the main config file. This way, the --glob flag is no longer necessary. Also linting in VS code works on the same files as executing make lint-prose or vale . does.
The term k8s-initiator-app now is excluded from the rule to avoid the term k8s
Regarding (2): once we need to exclude several terms from this rule, we have to update the matching pattern in reject.txt.
Also I updated 3rd party rules via make lint-prose-update.
This PR improves the vale config in two ways:
vintage
andchanges
directories is now done in the main config file. This way, the--glob
flag is no longer necessary. Also linting in VS code works on the same files as executingmake lint-prose
orvale .
does.k8s-initiator-app
now is excluded from the rule to avoid the termk8s
Regarding (2): once we need to exclude several terms from this rule, we have to update the matching pattern in reject.txt.
Also I updated 3rd party rules via
make lint-prose-update
.