mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
update linter short desc
Summary: ref T9353. Test Plan: arc linters Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: joshuaspence, Korvin Maniphest Tasks: T9353 Differential Revision: https://secure.phabricator.com/D14085
This commit is contained in:
parent
bdab422440
commit
28b89785fe
9 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@ final class ArcanistComposerLinter extends ArcanistLinter {
|
|||
const LINT_OUT_OF_DATE = 1;
|
||||
|
||||
public function getInfoName() {
|
||||
return pht('Composer');
|
||||
return pht('Composer Dependency Manager');
|
||||
}
|
||||
|
||||
public function getInfoDescription() {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
final class ArcanistCppcheckLinter extends ArcanistExternalLinter {
|
||||
|
||||
public function getInfoName() {
|
||||
return 'Cppcheck';
|
||||
return 'C++ linter';
|
||||
}
|
||||
|
||||
public function getInfoURI() {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
final class ArcanistCpplintLinter extends ArcanistExternalLinter {
|
||||
|
||||
public function getLinterName() {
|
||||
return 'CPPLINT';
|
||||
return 'C++ Google\'s Styleguide';
|
||||
}
|
||||
|
||||
public function getLinterConfigurationName() {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
final class ArcanistFlake8Linter extends ArcanistExternalLinter {
|
||||
|
||||
public function getInfoName() {
|
||||
return 'Flake8';
|
||||
return 'Python Flake8 multi-linter';
|
||||
}
|
||||
|
||||
public function getInfoURI() {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
final class ArcanistHLintLinter extends ArcanistExternalLinter {
|
||||
|
||||
public function getInfoName() {
|
||||
return 'HLint';
|
||||
return 'Haskell Linter';
|
||||
}
|
||||
|
||||
public function getInfoURI() {
|
||||
|
|
|
@ -9,7 +9,7 @@ final class ArcanistJSHintLinter extends ArcanistExternalLinter {
|
|||
private $jshintrc;
|
||||
|
||||
public function getInfoName() {
|
||||
return 'JSHint';
|
||||
return 'JavaScript error checking';
|
||||
}
|
||||
|
||||
public function getInfoURI() {
|
||||
|
|
|
@ -6,7 +6,7 @@ final class ArcanistJscsLinter extends ArcanistExternalLinter {
|
|||
private $preset;
|
||||
|
||||
public function getInfoName() {
|
||||
return 'JSCS';
|
||||
return 'JavaScript Code Style';
|
||||
}
|
||||
|
||||
public function getInfoURI() {
|
||||
|
|
|
@ -10,7 +10,7 @@ final class ArcanistPyFlakesLinter extends ArcanistExternalLinter {
|
|||
}
|
||||
|
||||
public function getInfoName() {
|
||||
return pht('PyFlakes');
|
||||
return pht('Python PyFlakes');
|
||||
}
|
||||
|
||||
public function getInfoDescription() {
|
||||
|
|
|
@ -5,7 +5,7 @@ final class ArcanistRuboCopLinter extends ArcanistExternalLinter {
|
|||
private $config;
|
||||
|
||||
public function getInfoName() {
|
||||
return 'RuboCop';
|
||||
return 'Ruby static code analyzer';
|
||||
}
|
||||
|
||||
public function getInfoURI() {
|
||||
|
|
Loading…
Reference in a new issue