Page MenuHomePhabricator

Parsoid lints should be added to ParserOutput
Closed, DeclinedPublic

Description

As an output of the Parser, Parsoid lints should be added to the ParserOutput when useParsoid is set.

Event Timeline

Our current thinking is that we want lints to be more asynchronous, not less, because of issues like the recent write overload from the empty-alt-text lint. This task would be part of making lints always-synchronous. Since (at the moment) we're not going that direction, I'm going to resolve this task as declined. We can always reopen if we switch directions.