3 个不稳定版本

0.2.0 2023年11月12日
0.1.1 2022年8月20日
0.1.0 2022年8月1日

#2111 in 开发工具

MIT 许可协议

7KB
106

eoflint

检查 文件末尾没有换行符

用法

$ 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

依赖项

~4–16MB
~158K SLoC