phansch / mend-rs

Clippy for your Pull Requests
MIT License
1 stars 1 forks source link

Set up nightly Rust in Docker container #17

Open phansch opened 6 years ago

phansch commented 6 years ago

The mend-rs binary will still need it's own Rust installation together with nightly Clippy. So there is no way to just use the mend-rs binary without having Rust with Clippy installed in the docker container.

phansch commented 6 years ago

Need to check if --error-format=json is stable now. According to Discord it is. If it's stable, then this can be closed and we can just use stable Rust in the container.