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: I6320bba629e79ccc3e2244a72501f7d28bef0af4
This commit is contained in:
Will Song 2023-10-27 22:20:20 +00:00
parent 34d496919a
commit 1209801632

2
PREUPLOAD.cfg Normal file
View file

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