From 501007f0122e55a36faf53c456ffefff89d93fe7 Mon Sep 17 00:00:00 2001 From: Aviv Eyal Date: Mon, 14 Sep 2015 11:45:15 -0700 Subject: [PATCH] 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 --- src/lint/linter/ArcanistLesscLinter.php | 4 ++-- src/lint/linter/ArcanistPEP8Linter.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lint/linter/ArcanistLesscLinter.php b/src/lint/linter/ArcanistLesscLinter.php index 4032b1ed..f49d48ae 100644 --- a/src/lint/linter/ArcanistLesscLinter.php +++ b/src/lint/linter/ArcanistLesscLinter.php @@ -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() { diff --git a/src/lint/linter/ArcanistPEP8Linter.php b/src/lint/linter/ArcanistPEP8Linter.php index f1cb21ee..682ac6a8 100644 --- a/src/lint/linter/ArcanistPEP8Linter.php +++ b/src/lint/linter/ArcanistPEP8Linter.php @@ -6,7 +6,7 @@ final class ArcanistPEP8Linter extends ArcanistExternalLinter { public function getInfoName() { - return 'pep8'; + return 'Python PEP 8'; } public function getInfoURI() {