mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Meta: Update lint-ports.py for the SerenityPorts move
This commit is contained in:
parent
a2f0eeff7a
commit
57ac8ff1fd
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ def check_package_files(ports):
|
|||
all_good = False
|
||||
|
||||
for prop in PORT_PROPERTIES:
|
||||
if prop == 'auth_type' and re.match('^https://github.com/SerenityOS/', props["files"]):
|
||||
if prop == 'auth_type' and re.match('^https://github.com/SerenityPorts/', props["files"]):
|
||||
continue
|
||||
if props[prop] == '':
|
||||
print(f"Ports/{port} is missing required property '{prop}'")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue