mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 07:52:24 +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
|
continue
|
||||||
if fn.startswith("subprojects"):
|
if fn.startswith("subprojects"):
|
||||||
continue
|
continue
|
||||||
|
if fn.startswith("dist"):
|
||||||
|
continue
|
||||||
lic = __get_license(fn)
|
lic = __get_license(fn)
|
||||||
if not lic:
|
if not lic:
|
||||||
print("{} does not specify a license".format(fn))
|
print("{} does not specify a license".format(fn))
|
||||||
|
Loading…
Reference in New Issue
Block a user