Meta: Handle formatting of IPC partial dictionary syntax

This commit is contained in:
devgianlu 2025-01-30 22:36:59 +01:00 committed by Andrew Kaster
parent da9eaf8788
commit 9f7bdaf3b4
Notes: github-actions[bot] 2025-02-05 20:19:44 +00:00

View file

@ -11,7 +11,7 @@ script_name = pathlib.Path(__file__).resolve().name
lines_to_skip = re.compile(
r"^($| *//|\};|#import |.+ includes .+|\[[^\]]+\]"
r"|interface |dictionary |enum |namespace |typedef |callback )"
r"|interface |(?:partial )?dictionary |enum |namespace |typedef |callback )"
)
parser = argparse.ArgumentParser()