Skip to content

Commit

Permalink
Merge pull request #148 from Luni-4/verbose-clippy
Browse files Browse the repository at this point in the history
Transform clippy warnings into errors
  • Loading branch information
Andrew Wheeler(Genusis) authored Jul 12, 2023
2 parents 8343046 + d0c91fc commit 14e9f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
components: clippy
- uses: actions/checkout@master
- name: Lint with clippy
run: cargo clippy --all
run: cargo clippy --all -- -D warnings --verbose

0 comments on commit 14e9f16

Please sign in to comment.