Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14007608
D9668.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
525 B
Referenced Files
None
Subscribers
None
D9668.diff
View Options
diff --git a/src/lint/engine/ComprehensiveLintEngine.php b/src/lint/engine/ComprehensiveLintEngine.php
--- a/src/lint/engine/ComprehensiveLintEngine.php
+++ b/src/lint/engine/ComprehensiveLintEngine.php
@@ -39,9 +39,6 @@
$linters[] = id(new ArcanistRubyLinter())
->setPaths(preg_grep('/\.rb$/', $paths));
- $linters[] = id(new ArcanistScalaSBTLinter())
- ->setPaths(preg_grep('/\.scala$/', $paths));
-
$linters[] = id(new ArcanistJSHintLinter())
->setPaths(preg_grep('/\.js$/', $paths));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 30, 8:50 AM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6736595
Default Alt Text
D9668.diff (525 B)
Attached To
Mode
D9668: Remove SBTLinter from ComprehensiveEngine
Attached
Detach File
Event Timeline
Log In to Comment