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
FixesSublimeLinter/SublimeLinter#1986
- The column is optional but we need to expect possible trailing ":".
From ale, we copy that there might be multiple colons.
- Capture the linter name and treat it like "code". In case the linter
is "typecheck" treat it as "error".
In general, this regex might be slower but also resilient *if* no linter
is actually printed.
0 commit comments