Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trailing Empty Lines linter #424

Merged
merged 1 commit into from
Jul 15, 2023

Conversation

tagliala
Copy link
Contributor

Hi,

first attempt to contribute, please let me know


HAML documents should not contain empty lines at the end of the file.

Inspired by Slim lint's TrailingBlankLines

Close #422

HAML documents should not contain empty lines at the end of the file.

Inspired by Slim lint's `TrailingBlankLines`

Close sds#422
@sds sds marked this pull request as ready for review July 15, 2023 19:01
@sds sds merged commit 6fb0b34 into sds:main Jul 15, 2023
38 checks passed
@sds
Copy link
Owner

sds commented Jul 15, 2023

Thanks!

@tagliala tagliala deleted the feature/422-add-trailing-empty-lines-linter branch July 15, 2023 19:08
@tagliala
Copy link
Contributor Author

Thanks for the new release, I've tested the new version against a large codebase and it was able to properly identify trailing empty lines without side effects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trailing Empty lines linter is missing (compared to slim-lint)
2 participants