mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Meta: Add Ports/build_installed.sh to the lint-ports ignore list
This commit is contained in:
parent
ad4d9eaaf9
commit
4ac286903d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import re
|
|||
PORT_TABLE_REGEX = re.compile(r'^\| \[`([^`]+)`\][^`]+$', re.MULTILINE)
|
||||
|
||||
PORT_TABLE_FILE = 'AvailablePorts.md'
|
||||
IGNORE_FILES = {'.gitignore', '.port_include.sh', PORT_TABLE_FILE, 'build_all.sh', 'ReadMe.md'}
|
||||
IGNORE_FILES = {'.gitignore', '.port_include.sh', PORT_TABLE_FILE, 'build_all.sh', 'build_installed.sh', 'ReadMe.md'}
|
||||
|
||||
|
||||
def read_port_table(filename):
|
||||
|
|
Loading…
Reference in a new issue