Skip to content

Commit

Permalink
Add clippy for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fethbita committed Oct 7, 2024
1 parent df91f04 commit e6e3f35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN apk update && \
perl-dev \
# For cargo-msrv
openssl-libs-static && \
# Install clippy
rustup component add clippy && \
# Install cargo-audit and cargo-msrv
cargo install --version 0.20.1 cargo-audit && \
cargo install --version 0.15.1 cargo-msrv

0 comments on commit e6e3f35

Please sign in to comment.