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

Fix some remarkup formatting in the Arcanist lint document

Summary: Since this was written, `Ennn` became an event monogram and these became real events.

Test Plan: O__O

Reviewers: chad

Reviewed By: chad

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

+2 -2
+2 -2
src/docs/user/userguide/arcanist_lint.diviner
··· 204 204 } 205 205 ``` 206 206 207 - Here, the lint message "E221" (which is "multiple spaces before operator") is 208 - disabled, so it won't be shown. The message "E401" (which is "multiple imports 207 + Here, the lint message `E221` (which is "multiple spaces before operator") is 208 + disabled, so it won't be shown. The message `E401` (which is "multiple imports 209 209 on one line") is set to "warning" severity. 210 210 211 211 If you want to remap a large number of messages, you can use `severity.rules`