mirror of
https://github.com/italicsjenga/ash-molten.git
synced 2024-12-23 21:31:30 +11:00
18 lines
288 B
TOML
18 lines
288 B
TOML
|
[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",
|
||
|
]
|