Page MenuHomePhabricator

Arcanist cpplint install information is out of date
Open, Needs TriagePublic

Description

Minor issues with the information returned by arc lint. In arcanist/src/lint/linter/ArcanistCpplintLinter.php:

public function getInstallInstructions() {
  return pht(
    'Install cpplint.py using `%s`.',
    'wget http://google-styleguide.googlecode.com'.
    '/svn/trunk/cpplint/cpplint.py');
}

This is out of date; following the instructions will return a 404.

Cpplint is now located at https://github.com/google/styleguide under cpplint

Event Timeline

michaeloa raised the priority of this task from to Needs Triage.
michaeloa updated the task description. (Show Details)
michaeloa changed the edit policy from "All Users" to "Custom Policy".
michaeloa added projects: Bug Report, Lint.
michaeloa added a subscriber: michaeloa.
chad renamed this task from Arcanist cpplint install information is out of date. to Arcanist cpplint install information is out of date.Dec 11 2015, 3:49 PM
chad added a subscriber: chad.
eadler added a project: Restricted Project.Jan 11 2016, 9:39 PM
eadler moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Jan 11 2016, 9:42 PM
eadler moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Jul 4 2016, 9:15 PM