[Tidy] Make vale pre-commit hook run in verbose mode #730
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Currently we don't see vale suggestions/warnings unless an error is also raised. This PR changes that so that suggestions and warnings are shown even when no error is raised. The linting job will still pass even with these suggestions and warnings shown, but we'll be more aware of them now.
@stichbury I've tried this locally but would be great if you could try also just so it works as you'd like. Just run
hatch run lint
as per normal and you should see the suggestions and warnings even when there's no errors.Notice
I acknowledge and agree that, by checking this box and clicking "Submit Pull Request":