Fix gitlab.EOLWhitespace vale rule warnings
What does this MR do and why?
While working on reducing vale warnings I noticed they were actually growing for some groups. Upon further inspection I noticed there are classes of warnings that were reduced to zero in the past but slipped in again with new files/contributions.
To try to contain the increase of vale warnings, this MR bumps the level of gitlab.EOLWhitespace
to error.
The general approach with vale rules is to create minimal friction for contribution so the pipeline should break only if necessary. gitlab.EOLWhitespace
is not severe enough to justify a pipeline failure.
This MR fixes the gitlab.EOLWhitespace
warnings without bumping the severity level.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.