CI/CD: Rust lints (rustfmt, clippy and line widths)
As we don't want to resort ot unstable features of rustfmt, we wrote a simple checker in Python. Also we have to run after the tests, because we need the protocol source files (e.g., `gitaly.rs` to be present). Without them, `cargo fmt` fails at the `use` statement.
parent
555e544f
No related branches found
No related tags found
rust/check-line-width
0 → 100755
rust/lint
0 → 100755
Please register or sign in to comment