From 3b7a781f12492c1db827c495172e997f19bd0f20 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 19 May 2014 12:40:20 -0700 Subject: [PATCH] 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 --- src/docs/user/userguide/arcanist_lint.diviner | 2 +- src/docs/user/userguide/arcanist_lint_unit.diviner | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/docs/user/userguide/arcanist_lint.diviner b/src/docs/user/userguide/arcanist_lint.diviner index 95db89d30c..54af96f432 100644 --- a/src/docs/user/userguide/arcanist_lint.diviner +++ b/src/docs/user/userguide/arcanist_lint.diviner @@ -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 of decisions about which linters to run on which paths. For instructions on 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 name of a class which extends @{class@arcanist:ArcanistLintEngine}. For more diff --git a/src/docs/user/userguide/arcanist_lint_unit.diviner b/src/docs/user/userguide/arcanist_lint_unit.diviner index 06a49aae23..1596a0bbee 100644 --- a/src/docs/user/userguide/arcanist_lint_unit.diviner +++ b/src/docs/user/userguide/arcanist_lint_unit.diviner @@ -87,7 +87,5 @@ This is mostly useful for debugging and testing. = Next Steps = - - Browse the source for an example lint engine at - @{class@arcanist:ExampleLintEngine}; or - - learn how to reuse existing linters by reading + - Learn how to reuse existing linters by reading @{article:Arcanist User Guide: Customizing Existing Linters}.