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

Minor tightening of `.arclint` regexs

Summary: Self-explanatory.

Test Plan: Eyeball it.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

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

+4 -4
+4 -4
.arclint
··· 71 71 "text": { 72 72 "type": "text", 73 73 "exclude": [ 74 - "(^\\.arclint)", 75 - "(^resources/sql/quickstart.sql)" 74 + "(^\\.arclint$)", 75 + "(^resources/sql/quickstart.sql$)" 76 76 ] 77 77 }, 78 78 "text-without-length": { ··· 81 81 "3": "disabled" 82 82 }, 83 83 "include": [ 84 - "(^\\.arclint)", 85 - "(^resources/sql/quickstart.sql)" 84 + "(^\\.arclint$)", 85 + "(^resources/sql/quickstart.sql$)" 86 86 ] 87 87 }, 88 88 "xhpast": {