mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 18:22:41 +01:00
Cleans up some minor issues in cpplint
Summary: - Corrected typo in install instructions - Sets the default binary to cpplint.py Test Plan: - Running the unit tests. You may need to check your test environment is set up with the latest cpplint.py available, since the default binary is being changed. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Maniphest Tasks: T10157 Differential Revision: https://secure.phabricator.com/D15030
This commit is contained in:
parent
22af67c1c0
commit
b87138356a
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ final class ArcanistCpplintLinter extends ArcanistExternalLinter {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDefaultBinary() {
|
public function getDefaultBinary() {
|
||||||
return 'cpplint';
|
return 'cpplint.py';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getInstallInstructions() {
|
public function getInstallInstructions() {
|
||||||
|
|
Loading…
Reference in a new issue