-
When setting up vale on existing documentation, you expect to fix the lint errors gradually. There is I would like to be able to report all errors but only fail if the errors happen on certain files. This way I can improve one file at the time. This allow for example to print warnings in Github but not fail in the CI check. How could we do this ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There's no built-in means of doing this. You could write a script that processes Vale's JSON output and changes the exit code according to the file path. |
Beta Was this translation helpful? Give feedback.
There's no built-in means of doing this. You could write a script that processes Vale's JSON output and changes the exit code according to the file path.