generated from coopnorge/github-workflows-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As far as i can see right now we support mostly two modes: pass/fail, and the failure is displayed as an error in the terminal from the docker image that runs techdocs (in github actions).
When introducing new rules it would be nice to be able to output warnings instead of errors, so we could say "you wrote this like X, but it should probably be like Y" instead of it just being a pass/fail. Problem is of course nobody checks the GitHub actions for warnings, so we would need techdocs to make a comment in the PR on github for or like CodeQL add a comment that must be resolved. This is probably not trivial, but i think it could help a lot in getting acceptance for for example more advanced Vale rules and make the system a lot more flexible.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request