mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
More linter's short description
Summary: Closes T9353. I think this makes all descriptions at least basically informative. Test Plan: arc linters - I can now understand what each one is about. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Maniphest Tasks: T9353 Differential Revision: https://secure.phabricator.com/D14106
This commit is contained in:
parent
28b89785fe
commit
501007f012
2 changed files with 3 additions and 3 deletions
|
@ -20,11 +20,11 @@ final class ArcanistLesscLinter extends ArcanistExternalLinter {
|
|||
private $strictUnits = false;
|
||||
|
||||
public function getInfoName() {
|
||||
return 'Less';
|
||||
return 'CSS pre-processor';
|
||||
}
|
||||
|
||||
public function getInfoURI() {
|
||||
return 'https://lesscss.org/';
|
||||
return 'http://lesscss.org/';
|
||||
}
|
||||
|
||||
public function getInfoDescription() {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
final class ArcanistPEP8Linter extends ArcanistExternalLinter {
|
||||
|
||||
public function getInfoName() {
|
||||
return 'pep8';
|
||||
return 'Python PEP 8';
|
||||
}
|
||||
|
||||
public function getInfoURI() {
|
||||
|
|
Loading…
Reference in a new issue