Page MenuHomePhabricator

D15030.diff
No OneTemporary

D15030.diff

diff --git a/src/lint/linter/ArcanistCpplintLinter.php b/src/lint/linter/ArcanistCpplintLinter.php
--- a/src/lint/linter/ArcanistCpplintLinter.php
+++ b/src/lint/linter/ArcanistCpplintLinter.php
@@ -14,12 +14,12 @@
}
public function getDefaultBinary() {
- return 'cpplint';
+ return 'cpplint.py';
}
public function getInstallInstructions() {
return pht(
- 'Install cpplint.py using `%s`, and place it in your path with the'.
+ 'Install cpplint.py using `%s`, and place it in your path with the '.
'appropriate permissions set.',
'wget https://raw.github.com'.
'/google/styleguide/gh-pages/cpplint/cpplint.py');

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 27, 7:33 PM (1 w, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224149
Default Alt Text
D15030.diff (670 B)

Event Timeline