Skip to content

Commit

Permalink
Add clippy allow for wrong rule in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 14, 2022
1 parent 74d2688 commit d4cc03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- run: cargo clippy -- -D clippy::pedantic -D clippy::cargo -A clippy::doc_link_with_quotes
- run: cargo clippy -- -D clippy::pedantic -D clippy::cargo -A clippy::doc_link_with_quotes -A clippy::unnecessary_wraps
- run: cargo fmt --all -- --check
- run: cargo test
# - run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
Expand Down

0 comments on commit d4cc03c

Please sign in to comment.