Select the types of activity you want to include in your feed.
@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
···335335You can write a custom lint engine instead, which can make a more powerful set
336336of decisions about which linters to run on which paths. For instructions on
337337writing a custom lint engine, see @{article:Arcanist User Guide: Customizing
338338-Lint, Unit Tests and Workflows} and @{class@arcanist:ExampleLintEngine}.
338338+Lint, Unit Tests and Workflows}.
339339340340To name an alternate lint engine, set `lint.engine` in your `.arcconfig` to the
341341name of a class which extends @{class@arcanist:ArcanistLintEngine}. For more
···87878888= Next Steps =
89899090- - Browse the source for an example lint engine at
9191- @{class@arcanist:ExampleLintEngine}; or
9292- - learn how to reuse existing linters by reading
9090+ - Learn how to reuse existing linters by reading
9391 @{article:Arcanist User Guide: Customizing Existing Linters}.