@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.

Don't lint `/webroot/rsrc/externals/`.

Summary: If I understand correctly, the `/webroot/rsrc/externals/` directory should be treated similarly to `/externals/` in terms of linting and coding style.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9689

+1
+1
.arclint
··· 1 1 { 2 2 "exclude": [ 3 3 "(^externals/)", 4 + "(^webroot/rsrc/externals/)", 4 5 "(/__tests__/data/)" 5 6 ], 6 7 "linters": {