Convert the cpplint.py wrapper linter to ArcanistExternalLinter. This is in preparation for T2039.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- Restricted Maniphest Task
- Commits
- rARC4a1b8a3299e8: Modernize `ArcanistCpplintLinter`.
arc unit.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
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? |
src/lint/linter/ArcanistCpplintLinter.php | ||
---|---|---|
42–45 | I agree. I'll submit this separately. |
Comment Actions
Closed by commit rARC4a1b8a3299e8 (authored by @joshuaspence, committed by @epriestley).