Page MenuHomePhabricator

D9866.diff
No OneTemporary

D9866.diff

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
@@ -40,6 +40,10 @@
return 'PHL';
}
+ public function getLinterPriority() {
+ return 2.0;
+ }
+
public function willLintPaths(array $paths) {
if (!xhpast_is_available()) {
throw new Exception(xhpast_get_build_instructions());

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 31, 11:47 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6720688
Default Alt Text
D9866.diff (475 B)

Event Timeline