You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a start, lightly change lint.rules.Regexp, making it a subclass of
lint.rules.Rule, thus allowing it to use the generic
lint.rules.Rule.error.
With that done, we now pass the subpattern matches as the context to
the error factor, allowing them to be used in the description, thus
letting us give users better error descriptions.
0 commit comments