Page MenuHomeMTRNord's Forge
Diviner Tech Docs PhabricatorJavelinLinter

final class PhabricatorJavelinLinter
Phorge Technical Documentation ()

This class is not documented.

Methods

public function getInfoName()

This method is not documented.
Return
wild

public function getInfoDescription()

This method is not documented.
Return
wild

public function enableUnitTestOverrides($unit_tests)

This method is not documented.
Parameters
bool$unit_tests$unit_tests
Return
$this

public function willLintPaths($paths)

This method is not documented.
Parameters
array$paths
Return
wild

public function getLinterName()

This method is not documented.
Return
wild

public function getLinterConfigurationName()

This method is not documented.
Return
wild

public function getLintNameMap()

This method is not documented.
Return
wild

public function getCacheGranularity()

This method is not documented.
Return
wild

public function getCacheVersion()

This method is not documented.
Return
wild

private function shouldIgnorePath($path)

This method is not documented.
Parameters
$path
Return
wild

public function lintPath($path)

This method is not documented.
Parameters
$path
Return
wild

private function loadSymbols($path)

This method is not documented.
Parameters
$path
Return
wild

private function symbolize($path)

This method is not documented.
Parameters
string$path
Return
wild

private function unnestMemberExpression($expression)

Unpacks a MemberExpression to its left-most side. MemberExpressions are parsed left to right, but that means the first part is the furthest in the tree.

Parameters
Peast\Syntax\Node\MemberExpression$expression$expression
Return
Peast\Syntax\Node\MemberExpression

private function getUsedAndInstalledSymbolsForPath($path)

This method is not documented.
Parameters
$path
Return
wild