Skip to content

Commit e019175

Browse files
committedJun 22, 2014
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
1 parent fc2588d commit e019175

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎.arclint

+9
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
],
2929
"jshint.jshintrc": "support/jshint/jshintconfig"
3030
},
31+
"json": {
32+
"type": "json",
33+
"include": [
34+
"(^support/jshint/jshintconfig$)",
35+
"(^\\.arcconfig$)",
36+
"(^\\.arclint$)",
37+
"(\\.json$)"
38+
]
39+
},
3140
"generated": {
3241
"type": "generated"
3342
},

0 commit comments

Comments
 (0)
Failed to load comments.