From e0191750cc975becc110187abae3d03c8752df62 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Mon, 23 Jun 2014 01:55:42 +1000 Subject: [PATCH] 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 --- .arclint | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.arclint b/.arclint index 94c7d4f143..be5f44fecf 100644 --- a/.arclint +++ b/.arclint @@ -28,6 +28,15 @@ ], "jshint.jshintrc": "support/jshint/jshintconfig" }, + "json": { + "type": "json", + "include": [ + "(^support/jshint/jshintconfig$)", + "(^\\.arcconfig$)", + "(^\\.arclint$)", + "(\\.json$)" + ] + }, "generated": { "type": "generated" },