Page MenuHomePhabricator

Fix linter severity customization
Open, NormalPublic

Description

We have a fair few tasks of the form "Linter X cannot be customized" (usually refer to the message severities). See, for example:

The issue here is that ArcanistLinter has too much control over the ArcanistLintMessages that it produces (specifically, it sets the severity explicitly).

Event Timeline

joshuaspence claimed this task.
joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence triaged this task as Normal priority.
joshuaspence updated the task description. (Show Details)
joshuaspence added a project: Lint.
joshuaspence added a subscriber: joshuaspence.

Haha, thanks for collecting these. I've been meaning to do that...

I started working on this in D13094, but it's nowhere near finished.