mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Remove SBTLinter from ComprehensiveEngine
Summary: D9664 removed this, clean up this remaining callsite. Test Plan: `grep` Reviewers: chad, joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9668
This commit is contained in:
parent
2f3e5e48ef
commit
b2aeca1963
1 changed files with 0 additions and 3 deletions
|
@ -39,9 +39,6 @@ final class ComprehensiveLintEngine extends ArcanistLintEngine {
|
||||||
$linters[] = id(new ArcanistRubyLinter())
|
$linters[] = id(new ArcanistRubyLinter())
|
||||||
->setPaths(preg_grep('/\.rb$/', $paths));
|
->setPaths(preg_grep('/\.rb$/', $paths));
|
||||||
|
|
||||||
$linters[] = id(new ArcanistScalaSBTLinter())
|
|
||||||
->setPaths(preg_grep('/\.scala$/', $paths));
|
|
||||||
|
|
||||||
$linters[] = id(new ArcanistJSHintLinter())
|
$linters[] = id(new ArcanistJSHintLinter())
|
||||||
->setPaths(preg_grep('/\.js$/', $paths));
|
->setPaths(preg_grep('/\.js$/', $paths));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue