Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14027091
D11173.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1009 B
Referenced Files
None
Subscribers
None
D11173.diff
View Options
diff --git a/src/lint/linter/__tests__/ArcanistLinterTestCase.php b/src/lint/linter/__tests__/ArcanistLinterTestCase.php
--- a/src/lint/linter/__tests__/ArcanistLinterTestCase.php
+++ b/src/lint/linter/__tests__/ArcanistLinterTestCase.php
@@ -49,7 +49,6 @@
'hook' => 'optional bool',
'config' => 'optional wild',
'path' => 'optional string',
- 'arcconfig' => 'optional map<string, string>',
));
$exception = null;
@@ -65,15 +64,10 @@
$dir = dirname($full_path);
$path = basename($full_path);
- $config_file = null;
- $arcconfig = idx($config, 'arcconfig');
- if ($arcconfig) {
- $config_file = json_encode($arcconfig);
- }
$working_copy = ArcanistWorkingCopyIdentity::newFromRootAndConfigFile(
$dir,
- $config_file,
+ null,
'Unit Test');
$configuration_manager = new ArcanistConfigurationManager();
$configuration_manager->setWorkingCopyIdentity($working_copy);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 5:06 AM (3 d, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6726729
Default Alt Text
D11173.diff (1009 B)
Attached To
Mode
D11173: Remove `arcconfig` settings from `ArcanistLinterTestCase`
Attached
Detach File
Event Timeline
Log In to Comment