1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 17:09:01 +02:00

Remove Phabricator reference from the linter description of ArcanistXHPASTLinter

Summary: The `ArcanistXHPASTLinter` is no longer //too// specific to Phabricator (Phabricator-specific XHPAST lints generally live in `ArcanistPhutilXHPASTLinter`) and //should// be better suited for general purpose usage.

Test Plan: N/A

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9892
This commit is contained in:
Joshua Spence 2014-07-12 01:25:51 +10:00
parent 806f21315a
commit 09cf64bec3

View file

@ -56,11 +56,7 @@ final class ArcanistXHPASTLinter extends ArcanistBaseXHPASTLinter {
} }
public function getInfoDescription() { public function getInfoDescription() {
return pht( return pht('Use XHPAST to enforce coding conventions on PHP source files.');
'Use XHPAST to enforce Phabricator coding conventions on PHP source '.
'files. This linter is intended for use in Phabricator libraries and '.
'extensions, and enforces some Phabricator-specific style rules. It '.
'may not work well for general PHP source.');
} }
public function getLintNameMap() { public function getLintNameMap() {