Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistLintersWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * List available linters. | * List available linters. | ||||
| */ | */ | ||||
| final class ArcanistLintersWorkflow extends ArcanistBaseWorkflow { | final class ArcanistLintersWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'linters'; | return 'linters'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **linters** [__options__] | **linters** [__options__] | ||||
| ▲ Show 20 Lines • Show All 201 Lines • Show Last 20 Lines | |||||