Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15331823
D9159.id21763.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
420 B
Referenced Files
None
Subscribers
None
D9159.id21763.diff
View Options
diff --git a/src/lint/linter/ArcanistExternalLinter.php b/src/lint/linter/ArcanistExternalLinter.php
--- a/src/lint/linter/ArcanistExternalLinter.php
+++ b/src/lint/linter/ArcanistExternalLinter.php
@@ -414,6 +414,7 @@
$future = new ExecFuture('%C %C', $bin, $path_argument);
}
+ $future->setCWD($this->getEngine()->getWorkingCopy()->getProjectRoot());
$futures[$path] = $future;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 8, 2:07 PM (2 d, 6 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7382685
Default Alt Text
D9159.id21763.diff (420 B)
Attached To
Mode
D9159: Set the working directory to the project root for external linter `ExecFuture` classes.
Attached
Detach File
Event Timeline
Log In to Comment