openshift-pipelines / pipelines-as-code

Pipelines-as-Code for Tekton
https://pipelinesascode.com
Apache License 2.0
137 stars 81 forks source link

Fix vale config regexp issue #1778

Closed zakisk closed 1 month ago

zakisk commented 1 month ago

fixed regexp issue in vale config I was getting this issue locally on my machine didn't see it on any pull request and thus unable to run pre-commit hooks on locally. lint-md-issue

Changes

Submitter Checklist

chmouel commented 1 month ago

usually we just run vale sync command, was this updated too there?

chmouel commented 1 month ago

i don't seem to have the error, what version of vale are you using (3.7.1 here)

zakisk commented 1 month ago

@chmouel yes updating vale working on mine as well. closing this PR, thanks!

chmouel commented 1 month ago

@zakisk i think there is rule to be updated on vale sync if you want to send a PR for that

zakisk commented 1 month ago

@chmouel executed vale sync command and TermsWarnings.yml file is updated at this line and one file is added ObviousTerms.yaml, is that all you wanted in PR?

chmouel commented 1 month ago

i think it adds a new file too

but yeah we have to keep sync the rules from the official redhat rules repo

zakisk commented 1 month ago

just edited my comment :smile: