eoflint

Crates.ioeoflint
lib.rseoflint
version0.2.0
sourcesrc
created_at2022-08-01 15:11:37.945117
updated_at2023-11-12 15:55:56.985641
descriptionA linter to check EOF
homepage
repositoryhttps://github.com/regen100/eoflint
max_upload_size
id636857
size17,002
Regen (regen100)

documentation

README

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
Commit count: 12

cargo fmt