Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15336872
D10461.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
669 B
Referenced Files
None
Subscribers
None
D10461.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
@@ -384,9 +384,10 @@
foreach ($paths as $path) {
if ($this->supportsReadDataFromStdin()) {
$future = new ExecFuture(
- '%C %C',
+ '%C %C %C',
$bin,
- $this->getReadDataFromStdinFilename());
+ $this->getReadDataFromStdinFilename(),
+ $path);
$future->write($this->getEngine()->loadData($path));
} else {
// TODO: In commit hook mode, we need to do more handling here.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 10 2025, 2:46 AM (5 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7393723
Default Alt Text
D10461.diff (669 B)
Attached To
Mode
D10461: Fix ExternalLinter not passing file path for stdin option
Attached
Detach File
Event Timeline
Log In to Comment