mirror of
https://code.forgejo.org/forgejo/download-artifact.git
synced 2026-02-25 15:46:37 +00:00
Fix licensed configuration by ignoring packages with missing license text
This commit is contained in:
parent
d799cd6276
commit
9a17dd726a
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,12 @@ allowed:
|
||||||
- other
|
- other
|
||||||
- none
|
- none
|
||||||
|
|
||||||
|
ignored:
|
||||||
|
npm:
|
||||||
|
- "@bufbuild/protobuf"
|
||||||
|
- "buffers"
|
||||||
|
- "chainsaw"
|
||||||
|
|
||||||
reviewed:
|
reviewed:
|
||||||
npm:
|
npm:
|
||||||
- fs.realpath
|
- fs.realpath
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue