instrumentisto/clippy
[Closed] clippy (Rust linter) Docker image
850
PROJECT IS CLOSED AND ARCHIVED. NO MAINTAINING WILL BE CONTINUED.
Use rustup add component clippy
instead.
clippy is a collection of lints to catch common mistakes and improve your Rust code.
Mount your project, and run cargo clippy
:
docker run --rm -v "$(pwd)":/app -w /app instrumentisto/clippy
Specify additional clippy options if you require:
docker run --rm -v "$(pwd)":/app -w /app \
instrumentisto/clippy -- -Dclippy -Wclippy_pedantic
As Rust crates ecosystem depends on OpenSSL quite hard at the moment, this image contains OpenSSL libs and sources pre-installed, so you can "just lint" your project without worrying about installing OpenSSL libs.
latest
Latest version of clippy.
X
Latest version of clippy X
branch.
X.Y
Latest version of clippy X.Y
branch.
X.Y.Z
Concrete X.Y.Z
version of clippy.
clippy itself is licensed under MPL 2.0 license.
clippy Docker image is licensed under MIT license.
We can't notice comments in the DockerHub, so don't use them for reporting issue or asking question.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
docker pull instrumentisto/clippy