Page MenuHomePhabricator

Unable to override severities for text linter in new json lint
Closed, InvalidPublic

Description

This does not work:

"text": {
 "type": "text",
 "severity": {
 "TXT3": "disabled"
 }

TXT3 is still run and uses the default line-length, thus throwing errors.

Event Timeline

LegNeato raised the priority of this task from to Needs Triage.
LegNeato updated the task description. (Show Details)
LegNeato added a project: Arcanist.
LegNeato added a subscriber: LegNeato.

Try just "3" instead of "TXT3".

(This should be more clear, permissive, or explicit on our part.)

yevhenii.dumskyi edited this Maniphest Task.