Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15316478
D11528.id27983.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
641 B
Referenced Files
None
Subscribers
None
D11528.id27983.diff
View Options
diff --git a/src/lint/linter/ArcanistPhutilLibraryLinter.php b/src/lint/linter/ArcanistPhutilLibraryLinter.php
--- a/src/lint/linter/ArcanistPhutilLibraryLinter.php
+++ b/src/lint/linter/ArcanistPhutilLibraryLinter.php
@@ -51,10 +51,6 @@
}
public function willLintPaths(array $paths) {
- if (!xhpast_is_available()) {
- throw new Exception(xhpast_get_build_instructions());
- }
-
// NOTE: For now, we completely ignore paths and just lint every library in
// its entirety. This is simpler and relatively fast because we don't do any
// detailed checks and all the data we need for this comes out of module
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 6:42 PM (2 w, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7343431
Default Alt Text
D11528.id27983.diff (641 B)
Attached To
Mode
D11528: Allow `ArcanistPhutilLibraryLinter` to run with an out-of-date XHPAST binary
Attached
Detach File
Event Timeline
Log In to Comment