ci/deny: allow scripts in zerocopy
This commit is contained in:
parent
519947463f
commit
bf0bde8067
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ allow = [
|
|||
]
|
||||
crate = "android-activity"
|
||||
|
||||
[[bans.build.bypass]]
|
||||
allow-globs = ["ci/*", "githooks/*"]
|
||||
crate = "zerocopy"
|
||||
|
||||
[[bans.build.bypass]]
|
||||
allow-globs = ["freetype2/*"]
|
||||
crate = "freetype-sys"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue