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
By running the full build, we are now able to catch errors like
invalid references and benefit from Sphinx's caching logic.
Also by updating the `PROBLEM_PATTERN` regex, we can catch errors
that do not have an associated line number.
`DiagnosticList` is a way to ensure we don't get repeat reports of
the same issue, but might become a performance issue depending on project scale.
Closes#94Closes#57
e.g.
The text was updated successfully, but these errors were encountered: