Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14012783
D7988.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
584 B
Referenced Files
None
Subscribers
None
D7988.diff
View Options
Index: src/lint/linter/ArcanistPhutilXHPASTLinter.php
===================================================================
--- src/lint/linter/ArcanistPhutilXHPASTLinter.php
+++ src/lint/linter/ArcanistPhutilXHPASTLinter.php
@@ -77,6 +77,11 @@
return $this->xhpastLinter->buildFutures($paths);
}
+ public function willLintPath($path) {
+ $this->xhpastLinter->willLintPath($path);
+ return parent::willLintPath($path);
+ }
+
protected function resolveFuture($path, Future $future) {
$tree = $this->xhpastLinter->getXHPASTTreeForPath($path);
if (!$tree) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 2, 6:20 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6726676
Default Alt Text
D7988.diff (584 B)
Attached To
Mode
D7988: Call willLintPath() hook from PhutilLinter
Attached
Detach File
Event Timeline
Log In to Comment