1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 00:38:51 +02:00

Lint JSON files with ArcanistJSONLinter.

Summary: After D9628, we can lint JSON files natively.

Test Plan: See D9652.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9654
This commit is contained in:
Joshua Spence 2014-06-23 01:55:42 +10:00
parent fc2588d6e2
commit e0191750cc

View file

@ -28,6 +28,15 @@
],
"jshint.jshintrc": "support/jshint/jshintconfig"
},
"json": {
"type": "json",
"include": [
"(^support/jshint/jshintconfig$)",
"(^\\.arcconfig$)",
"(^\\.arclint$)",
"(\\.json$)"
]
},
"generated": {
"type": "generated"
},