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

Remove references to ExampleLintEngine from the documentation

Summary: See D9198.

Test Plan: eyeballed it

Reviewers: joshuaspence, btrahan

Reviewed By: btrahan

Subscribers: epriestley

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

+2 -4
+1 -1
src/docs/user/userguide/arcanist_lint.diviner
··· 335 335 You can write a custom lint engine instead, which can make a more powerful set 336 336 of decisions about which linters to run on which paths. For instructions on 337 337 writing a custom lint engine, see @{article:Arcanist User Guide: Customizing 338 - Lint, Unit Tests and Workflows} and @{class@arcanist:ExampleLintEngine}. 338 + Lint, Unit Tests and Workflows}. 339 339 340 340 To name an alternate lint engine, set `lint.engine` in your `.arcconfig` to the 341 341 name of a class which extends @{class@arcanist:ArcanistLintEngine}. For more
+1 -3
src/docs/user/userguide/arcanist_lint_unit.diviner
··· 87 87 88 88 = Next Steps = 89 89 90 - - Browse the source for an example lint engine at 91 - @{class@arcanist:ExampleLintEngine}; or 92 - - learn how to reuse existing linters by reading 90 + - Learn how to reuse existing linters by reading 93 91 @{article:Arcanist User Guide: Customizing Existing Linters}.