mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 02:24:35 +00:00
trivial: don't run check-license on headers in dist/
This commit is contained in:
parent
23bead8a56
commit
00b115d85d
@ -32,6 +32,8 @@ def test_files() -> int:
|
||||
continue
|
||||
if fn.startswith("subprojects"):
|
||||
continue
|
||||
if fn.startswith("dist"):
|
||||
continue
|
||||
lic = __get_license(fn)
|
||||
if not lic:
|
||||
print("{} does not specify a license".format(fn))
|
||||
|
Loading…
Reference in New Issue
Block a user