mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Specify the config
property of lint-test
files as a map
Summary: Self-explanatory. This is implied anyway as we iterate over it with a `foreach` loop. Test Plan: `arc unit` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11174
This commit is contained in:
parent
fba62c0d9d
commit
a9cfc17688
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ abstract class ArcanistLinterTestCase extends ArcanistPhutilTestCase {
|
||||||
$config,
|
$config,
|
||||||
array(
|
array(
|
||||||
'hook' => 'optional bool',
|
'hook' => 'optional bool',
|
||||||
'config' => 'optional wild',
|
'config' => 'optional map<string, wild>',
|
||||||
'path' => 'optional string',
|
'path' => 'optional string',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue