Page MenuHomePhabricator

Allow `setCustomSeverityRules` to be overridden in subclasses
ClosedPublic

Authored by joshuaspence on May 13 2019, 4:18 AM.
Tags
None
Referenced Files
F15401361: D20514.id48924.diff
Mon, Mar 17, 5:16 PM
F15387626: D20514.id48924.diff
Sat, Mar 15, 2:43 AM
Unknown Object (File)
Sun, Mar 2, 3:42 PM
Unknown Object (File)
Feb 14 2025, 5:43 PM
Unknown Object (File)
Feb 9 2025, 10:57 AM
Unknown Object (File)
Feb 3 2025, 3:18 PM
Unknown Object (File)
Jan 24 2025, 10:49 PM
Unknown Object (File)
Jan 24 2025, 7:16 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