mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00: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_REGEX = re.compile(r'^\| \[`([^`]+)`\][^`]+$', re.MULTILINE)
|
||||||
|
|
||||||
PORT_TABLE_FILE = 'AvailablePorts.md'
|
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):
|
def read_port_table(filename):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue