PREUPLOAD: Enforce jsonlint in preupload

Checks syntax and simple brace balances for all JSON files.

Test: Edit any json file and try upload
Bug: 127794899
Change-Id: Iae810239db56de48c73a4ff3f5fcebc7f805203b
This commit is contained in:
Will Song 2023-10-27 21:41:50 +00:00
parent 9926df8f8a
commit 423f99e59b

2
PREUPLOAD.cfg Normal file
View file

@ -0,0 +1,2 @@
[Builtin Hooks]
jsonlint = true