Page MenuHomePhabricator
Diviner libphutil Tech Docs ArcanistLintersWorkflow

final class ArcanistLintersWorkflow
libphutil Technical Documentation ()

List available linters.

Methods

public function getWorkflowName()

This method is not documented.
Return
wild

public function getCommandSynopses()

This method is not documented.
Return
wild

public function getCommandHelp()

This method is not documented.
Return
wild

public function getArguments()

This method is not documented.
Return
wild

public function run()

This method is not documented.
Return
wild

private function getStatusMap()

Get human-readable linter statuses, padded to fixed width.

Return
map<string, string>Human-readable linter status names.

private function getLintersInfo($linters, $built)

This method is not documented.
Parameters
array$linters
array$built
Return
wild

private function filterByNames($linters, $search_terms)

This method is not documented.
Parameters
array$linters
array$search_terms
Return
wild

private function findExactNames($linters, $names)

This method is not documented.
Parameters
array$linters
array$names
Return
wild