Skip to content

Commit

Permalink
Update .github/workflows/rust-clippy.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Pimenov <kirill@pimenov.cc>
  • Loading branch information
Slesarew and kirushik authored Mar 4, 2024
1 parent 102b2c6 commit a216d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
uses: Swatinem/rust-cache@v2.7.3

- name: cargo clippy
run: cargo clippy --all-targets -- -D warnings
run: cargo clippy -- -D warnings -D clippy::pedantic -D clippy::correctness -D clippy::complexity -D clippy::perf

0 comments on commit a216d3d

Please sign in to comment.