This method is not documented.
string|null | Optionally, return an informative URI. |
This method is not documented.
string|null | Optionally, return a brief human-readable description. |
map<string, string> | A mapping of header to body content for the additional information sections. |
This method is not documented.
string | Human-readable linter name. |
This method is not documented.
This method is not documented.
This method is not documented.
ArcanistLintEngine | $engine | |
This method is not documented.
string | $id | Unique linter ID. |
list<string> | $paths | A list of paths to be linted |
list<string> | $paths | A list of paths which were linted. |
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
ArcanistLintMessage | $message | |
This method is not documented.
This method is not documented.
| $line | |
| $char | |
| $code | |
| $description | |
| $original | |
| $replacement | |
This method is not documented.
This method is not documented.
| $offset | |
| $code | |
| $description | |
| $original | |
| $replacement | |
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
This method is not documented.
string | $code | Code specified in configuration. |
string | Normalized code to use in severity map. |
This method is not documented.
This method is not documented.
This method is not documented.
map<string, | $futures | Future> Map of paths to resolved futures. |
This method is not documented.
string | Default binary to execute. |
This method is not documented.
string | Human readable install instructions |
string | Human readable upgrade instructions |
bool | | Return true to continue on nonzero error code. |
This method is not documented.
list<string> | Mandatory flags, like `"--format=xml"`. |
list<string> | Overridable default flags. |
list<string> | $flags | New flags. |
string | $version | Version requirement. |
bool | True to use an interpreter. |
string | Default interpreter. |
string | Effective interpreter. |
string | $interpreter | New interpreter. |
This method is not documented.
string | $path | Path to the file being linted. |
int | $err | Exit code of the linter. |
string | $stdout | Stdout of the linter. |
string | $stderr | Stderr of the linter. |
list<ArcanistLintMessage>|false | List of lint messages, or false to indicate parser failure. |
string | $version | Version string to check. |
string | Command to execute the raw linter. |
list<string> | Composed flags. |
string | $path | Path to the file being linted |
string | The command-ready file argument |