Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14383246
D12712.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
619 B
Referenced Files
None
Subscribers
None
D12712.diff
View Options
diff --git a/src/infrastructure/lint/linter/PhabricatorJavelinLinter.php b/src/infrastructure/lint/linter/PhabricatorJavelinLinter.php
--- a/src/infrastructure/lint/linter/PhabricatorJavelinLinter.php
+++ b/src/infrastructure/lint/linter/PhabricatorJavelinLinter.php
@@ -138,12 +138,6 @@
}
}
- if ($this->getEngine()->getCommitHookMode()) {
- // Don't do the dependency checks in commit-hook mode because we won't
- // have an available working copy.
- return;
- }
-
$external_classes = array();
foreach ($uses as $symbol => $line) {
$parts = explode('.', $symbol);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 6:52 AM (20 h, 45 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6917780
Default Alt Text
D12712.diff (619 B)
Attached To
Mode
D12712: Remove "commit hook mode" check from Javelin linter
Attached
Detach File
Event Timeline
Log In to Comment