Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15384706
D19730.id48925.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
810 B
Referenced Files
None
Subscribers
None
D19730.id48925.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
@@ -410,7 +410,7 @@
return csprintf('%s', $path);
}
- final protected function buildFutures(array $paths) {
+ protected function buildFutures(array $paths) {
$executable = $this->getExecutableCommand();
$bin = csprintf('%C %Ls', $executable, $this->getCommandFlags());
@@ -428,7 +428,7 @@
return $futures;
}
- final protected function resolveFuture($path, Future $future) {
+ protected function resolveFuture($path, Future $future) {
list($err, $stdout, $stderr) = $future->resolve();
if ($err && !$this->shouldExpectCommandErrors()) {
$future->resolvex();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 8:36 PM (6 d, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7700412
Default Alt Text
D19730.id48925.diff (810 B)
Attached To
Mode
D19730: Allow `buildFutures` and `resolveFutures` to be overridden
Attached
Detach File
Event Timeline
Log In to Comment