1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:57:45 +00: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
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 \