Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14023026
D9866.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
475 B
Referenced Files
None
Subscribers
None
D9866.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
@@ -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
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 9:57 PM (5 d, 6 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6720688
Default Alt Text
D9866.diff (475 B)
Attached To
Mode
D9866: Decrease the priority of the `ArcanistPhutilLibraryLinter`
Attached
Detach File
Event Timeline
Log In to Comment