mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01: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:
parent
806f21315a
commit
09cf64bec3
1 changed files with 1 additions and 5 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue