mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01: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:
parent
fc2588d6e2
commit
e0191750cc
1 changed files with 9 additions and 0 deletions
9
.arclint
9
.arclint
|
@ -28,6 +28,15 @@
|
||||||
],
|
],
|
||||||
"jshint.jshintrc": "support/jshint/jshintconfig"
|
"jshint.jshintrc": "support/jshint/jshintconfig"
|
||||||
},
|
},
|
||||||
|
"json": {
|
||||||
|
"type": "json",
|
||||||
|
"include": [
|
||||||
|
"(^support/jshint/jshintconfig$)",
|
||||||
|
"(^\\.arcconfig$)",
|
||||||
|
"(^\\.arclint$)",
|
||||||
|
"(\\.json$)"
|
||||||
|
]
|
||||||
|
},
|
||||||
"generated": {
|
"generated": {
|
||||||
"type": "generated"
|
"type": "generated"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue