Skip to content

Commit 2c5057f

Browse files
authored
cargo-deny: Ignore private crates (#2814)
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.
1 parent 354ee57 commit 2c5057f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ deny = []
2626
copyleft = "deny"
2727
allow-osi-fsf-free = "neither"
2828
default = "deny"
29+
# Ignore local workspace license values for unpublished crates.
30+
private = { ignore = true }
2931
confidence-threshold = 0.8
3032
exceptions = [
3133
{ allow = [

0 commit comments

Comments
 (0)