mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Fix comprehensive lint engine
This commit is contained in:
parent
538115bd0e
commit
47a036a535
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ final class ComprehensiveLintEngine extends ArcanistLintEngine {
|
|||
$linters[] = id(new ArcanistJSHintLinter())
|
||||
->setPaths(preg_grep('/\.js$/', $paths));
|
||||
|
||||
$linters = array_merge($linters, $this->buildJSLinters($paths));
|
||||
|
||||
return $linters;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue