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

Use the `ArcanistChmodLinter`.

Summary: Apply the `ArcanistChmodLinter` from D9187.

Test Plan: Removed all other linters from the `.arclint` file and executed `arc lint --everything`. Confirmed that there were no issues raised.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

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

authored by

Joshua Spence and committed by
epriestley
54071cdd 3a81f8c6

+3
+3
.arclint
··· 4 4 "(\\.lint-test$)" 5 5 ], 6 6 "linters": { 7 + "chmod": { 8 + "type": "chmod" 9 + }, 7 10 "filename": { 8 11 "type": "filename" 9 12 },