Improve lint integration documentation
Summary: Explain what lint is, how to configure it, what we ship with, etc. Also wax philosophical. Test Plan: Generated docs, read "carefully". Reviewers: csilvers, btrahan, vrana Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D2628
This commit is contained in:
@@ -76,11 +76,10 @@ For an exhaustive list of available options, see below.
|
||||
|
||||
Other options include:
|
||||
|
||||
- **lint_engine**: the name of a subclass of
|
||||
- **lint.engine**: the name of a subclass of
|
||||
@{class@arcanist:ArcanistLintEngine}, which should be used to apply lint
|
||||
rules to this project. See @{article:Arcanist User Guide: Customizing Lint,
|
||||
Unit Tests and Workflows}.
|
||||
- **unit_engine**: the name of a subclass of
|
||||
rules to this project. See @{article:Arcanist User Guide: Lint}.
|
||||
- **unit.engine**: the name of a subclass of
|
||||
@{class@arcanist:ArcanistBaseUnitTestEngine}, which should be used to apply
|
||||
unit test rules to this project. See
|
||||
@{article:Arcanist User Guide: Customizing Lint, Unit Tests and Workflows}.
|
||||
|
||||
Reference in New Issue
Block a user