Releases: fernandrone/linelint
Releases · fernandrone/linelint
0.0.6
What's Changed
- Fix autofix and add stdin input by @fernandrone in #5
New Contributors
- @fernandrone made their first contribution in #5
Full Changelog: 0.0.5...0.0.6
0.0.5: Fix bug that caused empty files invalid
Now EndOfFileRule will not fail on empty files neither on files consisting of a single newline. It will however fail on files consisting of nothing but newlines, if SingleNewLine option is active.
0.0.4
Update documentation
Publish GitHub Action
0.0.3 Release github action
0.0.2
Add -a flag (for autofix)
0.0.1
Fix build-linux-arm64 step