Meta: Add script for checking WebIDL files

This adds a new script for linting WebIDL files, and adds it to the set
of scripts Meta/lint-ci.sh runs. Initially, this script does just one
thing: normalizes IDL definition lines so they start with four spaces.
This commit is contained in:
sideshowbarker 2024-09-10 16:10:05 +09:00 committed by Sam Atkins
commit a7578164d4
Notes: github-actions[bot] 2024-09-10 20:17:50 +00:00
2 changed files with 70 additions and 0 deletions

View file

@ -15,6 +15,7 @@ set +e
for cmd in \
Meta/check-debug-flags.sh \
Meta/check-idl-files.py \
Meta/check-newlines-at-eof.py \
Meta/check-png-sizes.sh \
Meta/check-style.py \