Skip to content

Commit

Permalink
cargo-deny: Ignore private crates
Browse files Browse the repository at this point in the history
There's no point in having to specify the license value on all our unpublished
crates. This commit relaxes the license check for private crates.
  • Loading branch information
olix0r committed Mar 19, 2024
1 parent 354ee57 commit cce487b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ deny = []
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
# Ignore local workspace license values for unpublished crates.
private = { ignore = true }
confidence-threshold = 0.8
exceptions = [
{ allow = [
Expand Down

0 comments on commit cce487b

Please sign in to comment.