mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
style(tools): remove line break from deny.toml (#8022)
Extra line break is triggering autofix.
This commit is contained in:
parent
c24f102255
commit
69b1ef3c16
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ confidence-threshold = 0.8
|
||||||
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
|
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
|
||||||
# aren't accepted for every possible crate as with the normal allow list
|
# aren't accepted for every possible crate as with the normal allow list
|
||||||
exceptions = [
|
exceptions = [
|
||||||
|
|
||||||
# Each entry is the crate and version constraint, and its specific allow
|
# Each entry is the crate and version constraint, and its specific allow
|
||||||
# list
|
# list
|
||||||
{ allow = ["Zlib"], name = "foldhash", version = "*" },
|
{ allow = ["Zlib"], name = "foldhash", version = "*" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue