1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

Meta: Add gn linter

This just calls ``gn format`` on any .gn or .gni files, but it matches
the pattern of the other linters.
This commit is contained in:
Andrew Kaster 2023-07-09 17:13:07 -06:00 committed by Andrew Kaster
parent a21a08cc9d
commit d185217599
Notes: sideshowbarker 2024-07-17 01:00:06 +09:00
3 changed files with 32 additions and 2 deletions

View file

@ -29,6 +29,7 @@ for cmd in \
Meta/check-style.py \
Meta/lint-executable-resources.sh \
Meta/lint-gml-format.sh \
Meta/lint-gn.sh \
Meta/lint-keymaps.py \
Meta/lint-prettier.sh \
Meta/lint-python.sh \