Skip to content

Commit

Permalink
f use --ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Sep 10, 2020
1 parent 1c8f27a commit 82fd61b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ commands:
name: Setup Rust checks
command: |
rustup component add rustfmt
# cargo install cargo-audit
cargo install cargo-audit
rustup component add clippy
rust-check:
steps:
- run:
name: Core Rust Checks
command: |
cargo fmt -- --check
# skipping audit pending https://github.com/bodil/sized-chunks/issues/11
#cargo audit
# https://github.com/bodil/sized-chunks/issues/11
cargo audit --ignore RUSTSEC-2020-0041
rust-clippy:
steps:
- run:
Expand Down

0 comments on commit 82fd61b

Please sign in to comment.