ash-molten/deny.toml

18 lines
288 B
TOML
Raw Normal View History

[bans]
multiple-versions = "deny"
deny = []
skip = []
[licenses]
unlicensed = "deny"
# We want really high confidence when inferring licenses from text
confidence-threshold = 0.92
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
]