3 unstable releases
0.2.0 | Nov 12, 2023 |
---|---|
0.1.1 | Aug 20, 2022 |
0.1.0 | Aug 1, 2022 |
#2453 in Development tools
7KB
106 lines
eoflint
Check No newline at end of file
.
Usage
$ cargo install eoflint
$ printf "text\n" >/tmp/a
$ printf "text" >/tmp/b
$ eoflint /tmp/a /tmp/b
/tmp/b: no newline at end of file
Dependencies
~4–16MB
~148K SLoC