mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Meta: Add Ports/build_installed.sh to the lint-ports ignore list
This commit is contained in:
parent
ad4d9eaaf9
commit
4ac286903d
Notes:
sideshowbarker
2024-07-18 22:18:33 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/4ac286903d4
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…
Add table
Reference in a new issue