policies
policies copied to clipboard
Eliminate white space on empty lines
Problem Statement
All the policies in this repo seem to have white space on empty lines. In my organization at least this is prohibited in our yamllint and I have to manually remove them with (let's say with vim, :%s/\s+$//e). This increases the number of manual changes I have to make from this repository to installing into clusters and if it can serve to reduce the linting working of other organizations could be an enhancement to remove the white space from empty lines. If this is intentional or in place due to your own linting standard feel free to ignore or close.
Solution Description
:%s/\s+$//e all the files.
Example "Good" Resource
No response
Example "Bad" Resource
No response
Other Comments
No response
Slack discussion
No response
Troubleshooting
- [X] I have read and followed the documentation AND the troubleshooting guide.
- [X] I have verified the policy does not exist in the samples library.