We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8e7af commit 9576debCopy full SHA for 9576deb
Dockerfile
@@ -1,3 +1,7 @@
1
FROM rust:1.78
2
3
+# cargo nextest
4
RUN curl -LsSf https://get.nexte.st/0.9.70/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
5
+
6
+# clippy-sarif
7
+RUN cargo install clippy-sarif
0 commit comments