Open
Description
I see currently two issues:
- It is not ran on some files (the files in
tests/run
). - It doesn't seem to warn about a missing empty line around function definitions. (seems like
rustfmt
doesn't support this;blank_lines_lower_bound
will insert lines in many other places like between statements).