Diviner

Class ArcanistPhpcsLinter

Definedsrc/lint/linter/ArcanistPhpcsLinter.php:16
GroupLinters
ExtendsArcanistLinter

Uses "PHP_CodeSniffer" to detect checkstyle errors in php code. To use this linter, you must install PHP_CodeSniffer. http://pear.php.net/package/PHP_CodeSniffer.

Optional configurations in .arcconfig:

lint.phpcs.standard
lint.phpcs.options
lint.phpcs.bin

Tasks

Methods

public getLintNameMap()

returnwild
This method is not documented.

public getLintSeverityMap()

returnwild
This method is not documented.

public getLinterName()

returnwild
This method is not documented.

public getPhpcsOptions()

returnwild
This method is not documented.

private getPhpcsPath()

returnwild
This method is not documented.

public lintPath($path)

parameterswild$path
returnwild
This method is not documented.

public willLintPaths(array $paths)

parametersarray$paths
returnwild
This method is not documented.