mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-26 00:32:41 +01:00
Fix symbol reference in arcconfig.diviner (thanks, jason!)
This commit is contained in:
parent
9b6e8aa6e1
commit
b7be6dbf32
1 changed files with 8 additions and 8 deletions
|
@ -39,7 +39,7 @@ Other options include:
|
||||||
- **lint_engine**: the name of a subclass of @{class:ArcanistLintEngine},
|
- **lint_engine**: the name of a subclass of @{class:ArcanistLintEngine},
|
||||||
which should be used to apply lint rules to this project. See (TODO).
|
which should be used to apply lint rules to this project. See (TODO).
|
||||||
- **unit_engine**: the name of a subclass of
|
- **unit_engine**: the name of a subclass of
|
||||||
@{class:ArcanistBaseUnitTestEngine.php}, which should be used to apply unit
|
@{class:ArcanistBaseUnitTestEngine}, which should be used to apply unit
|
||||||
test rules to this project. See (TODO).
|
test rules to this project. See (TODO).
|
||||||
- **arcanist_configuration**: the name of a subclass of
|
- **arcanist_configuration**: the name of a subclass of
|
||||||
@{class:ArcanistConfiguration} which can add new command flags for this
|
@{class:ArcanistConfiguration} which can add new command flags for this
|
||||||
|
|
Loading…
Reference in a new issue