Skip to content

Commit

Permalink
.cargo/audit.toml: add deny-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Shella committed Jan 27, 2021
1 parent f3c1e28 commit faf6d07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

[advisories]
ignore = ["RUSTSEC-2019-0031", "RUSTSEC-2020-0016", "RUSTSEC-2020-0031", "RUSTSEC-2020-0036"] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]

# Output Configuration
[output]
deny = ["warnings"] # exit on error if warnings are found

0 comments on commit faf6d07

Please sign in to comment.