mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Fixed the error message when cppcheck isn't installed to not be completely wrong.
Summary: Arcanist is a dirty rotten liar. I made it less of a dirty, rotten liar. Test Plan: http://imgur.com/36qXcgI Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9081
This commit is contained in:
parent
0c21afa08a
commit
d5d8086646
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ final class ArcanistCppcheckLinter extends ArcanistExternalLinter {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getInstallInstructions() {
|
public function getInstallInstructions() {
|
||||||
return pht('Install Cpplint using `apt-get install cpplint` or similar.');
|
return pht('Install Cppcheck using `apt-get install cppcheck` or similar.');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getMandatoryFlags() {
|
protected function getMandatoryFlags() {
|
||||||
|
|
Loading…
Reference in a new issue