Crates.io | eoflint |
lib.rs | eoflint |
version | 0.2.0 |
source | src |
created_at | 2022-08-01 15:11:37.945117 |
updated_at | 2023-11-12 15:55:56.985641 |
description | A linter to check EOF |
homepage | |
repository | https://github.com/regen100/eoflint |
max_upload_size | |
id | 636857 |
size | 17,002 |
Check No newline at end of file
.
$ 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