warpnet / salt-lint

A command-line utility that checks for best practices in SaltStack.
https://salt-lint.readthedocs.io/en/latest/
MIT License
152 stars 39 forks source link

Added rule [220] to check for a new line in End Of File #321

Open AntonOvseenko opened 7 months ago

AntonOvseenko commented 7 months ago

Added rule and documentation for checking number of newline in EOF jinja and sls files. This is necessary for a uniform file style in projects, so that there is only 1 newline character at the end of each file (not 0, not 2+).

AntonOvseenko commented 5 months ago

@roaldnefs Hello! How do I initiate the review process?