mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
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:
parent
51528ec677
commit
a7578164d4
Notes:
github-actions[bot]
2024-09-10 20:17:50 +00:00
Author: https://github.com/sideshowbarker
Commit: a7578164d4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1358
Reviewed-by: https://github.com/AtkinsSJ ✅
2 changed files with 70 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue