Changeset View
Changeset View
Standalone View
Standalone View
src/lint/engine/ComprehensiveLintEngine.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Basic lint engine which just applies several linters based on the file types | * Basic lint engine which just applies several linters based on the file types. | ||||
| * | |||||
| * @group linter | |||||
| */ | */ | ||||
| final class ComprehensiveLintEngine extends ArcanistLintEngine { | final class ComprehensiveLintEngine extends ArcanistLintEngine { | ||||
| public function buildLinters() { | public function buildLinters() { | ||||
| $linters = array(); | $linters = array(); | ||||
| $paths = $this->getPaths(); | $paths = $this->getPaths(); | ||||
| ▲ Show 20 Lines • Show All 43 Lines • Show Last 20 Lines | |||||