mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
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
This commit is contained in:
parent
703e0b3968
commit
3b7a781f12
2 changed files with 2 additions and 4 deletions
|
@ -335,7 +335,7 @@ file and uses it to decide which linters should be run on which paths. If no
|
||||||
You can write a custom lint engine instead, which can make a more powerful set
|
You can write a custom lint engine instead, which can make a more powerful set
|
||||||
of decisions about which linters to run on which paths. For instructions on
|
of decisions about which linters to run on which paths. For instructions on
|
||||||
writing a custom lint engine, see @{article:Arcanist User Guide: Customizing
|
writing a custom lint engine, see @{article:Arcanist User Guide: Customizing
|
||||||
Lint, Unit Tests and Workflows} and @{class@arcanist:ExampleLintEngine}.
|
Lint, Unit Tests and Workflows}.
|
||||||
|
|
||||||
To name an alternate lint engine, set `lint.engine` in your `.arcconfig` to the
|
To name an alternate lint engine, set `lint.engine` in your `.arcconfig` to the
|
||||||
name of a class which extends @{class@arcanist:ArcanistLintEngine}. For more
|
name of a class which extends @{class@arcanist:ArcanistLintEngine}. For more
|
||||||
|
|
|
@ -87,7 +87,5 @@ This is mostly useful for debugging and testing.
|
||||||
|
|
||||||
= Next Steps =
|
= Next Steps =
|
||||||
|
|
||||||
- Browse the source for an example lint engine at
|
- Learn how to reuse existing linters by reading
|
||||||
@{class@arcanist:ExampleLintEngine}; or
|
|
||||||
- learn how to reuse existing linters by reading
|
|
||||||
@{article:Arcanist User Guide: Customizing Existing Linters}.
|
@{article:Arcanist User Guide: Customizing Existing Linters}.
|
||||||
|
|
Loading…
Reference in a new issue