Page MenuHomePhabricator

Modernize `ArcanistCpplintLinter`.
ClosedPublic

Authored by joshuaspence on May 10 2014, 1:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 27, 9:40 PM
Unknown Object (File)
Mar 20 2024, 11:29 PM
Unknown Object (File)
Nov 23 2023, 1:12 PM
Unknown Object (File)
Nov 13 2023, 10:52 PM
Unknown Object (File)
Nov 13 2023, 1:05 PM
Unknown Object (File)
Sep 27 2023, 5:48 AM
Unknown Object (File)
Sep 21 2023, 3:00 AM
Unknown Object (File)
Sep 15 2023, 11:22 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
Restricted Maniphest Task
Commits
rARC4a1b8a3299e8: Modernize `ArcanistCpplintLinter`.
Summary

Convert the cpplint.py wrapper linter to ArcanistExternalLinter. This is in preparation for T2039.

Test Plan

arc unit.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Modernize `ArcanistCpplintLinter`..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence added a task: Restricted Maniphest Task.May 10 2014, 1:56 AM
epriestley edited edge metadata.

One tiny inline. If the stdin thing seems reasonable feel free to glom it onto this.

src/lint/linter/ArcanistCpplintLinter.php
30

"JSHint" should be "cpplint.py" or similar.

42–45

Not precisely related, but maybe we should make this the default implementation for simplicity so we don't need as many copies of this in subclasses?

This revision now requires changes to proceed.May 10 2014, 2:25 AM
src/lint/linter/ArcanistCpplintLinter.php
42–45

I agree. I'll submit this separately.

joshuaspence edited edge metadata.

s/JSHint/cpplint.py/

This revision is now accepted and ready to land.May 10 2014, 8:32 AM
epriestley updated this revision to Diff 21466.

Closed by commit rARC4a1b8a3299e8 (authored by @joshuaspence, committed by @epriestley).