@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+9
+9
.arclint
··· 28 28 ], 29 29 "jshint.jshintrc": "support/jshint/jshintconfig" 30 30 }, 31 + "json": { 32 + "type": "json", 33 + "include": [ 34 + "(^support/jshint/jshintconfig$)", 35 + "(^\\.arcconfig$)", 36 + "(^\\.arclint$)", 37 + "(\\.json$)" 38 + ] 39 + }, 31 40 "generated": { 32 41 "type": "generated" 33 42 },