Meta: Remove obsolete #import allowance from IDL linter
This commit is contained in:
parent
268e5f1ba8
commit
7a503d8302
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import sys
|
|||
script_name = pathlib.Path(__file__).resolve().name
|
||||
|
||||
lines_to_skip = re.compile(
|
||||
r"^($| *//|\};|#import |.+ includes .+|\[[^\]]+\]"
|
||||
r"^($| *//|\};|.+ includes .+|\[[^\]]+\]"
|
||||
r"|(?:partial )?interface |(?:partial )?dictionary |enum |namespace |typedef |callback )"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue