Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15452286
D15030.id36297.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
670 B
Referenced Files
None
Subscribers
None
D15030.id36297.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 30, 3:32 AM (4 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224149
Default Alt Text
D15030.id36297.diff (670 B)
Attached To
Mode
D15030: Cleans up some minor issues in cpplint
Attached
Detach File
Event Timeline
Log In to Comment