Page MenuHomePhabricator

Allow `setCustomSeverityRules` to be overridden in subclasses
ClosedPublic

Authored by joshuaspence on May 13 2019, 4:18 AM.
Tags
None
Referenced Files
F13293721: D20514.id48907.diff
Wed, Jun 5, 11:59 AM
F13274496: D20514.diff
Fri, May 31, 3:46 AM
F13260562: D20514.diff
Mon, May 27, 12:04 AM
F13259619: D20514.id48915.diff
Sun, May 26, 10:41 PM
F13247692: D20514.diff
Thu, May 23, 9:42 PM
F13242893: D20514.diff
Thu, May 23, 3:11 AM
F13236849: D20514.diff
Tue, May 21, 11:11 AM
F13221239: D20514.diff
Sun, May 19, 2:23 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

I am writing a proxy linter that can be used to wrap any ArcanistExternalLinter and execute all commands within a Docker container (see [[https://github.com/freelancer/flarc/blob/master/src/lint/linter/ArcanistDockerContainerLinterProxy.php |ArcanistDockerContainerLinterProxy]] from [[https://github.com/freelancer/flarc | flarc]]). In order for ArcanistDockerContainerLinterProxy to behave like the ArcanistExternalLinter that is being proxied, final needs to be removed from some methods.

I figured this was reasonable to submit upstream as a similar change (D19630: Allow `willLintPaths` and `didLintPaths` to be overridden) was previously accepted.

Test Plan

N/A

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Remove a TODO comment that is no longer relevant

This revision is now accepted and ready to land.May 14 2019, 2:10 PM