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
{{ message }}
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
When we run the linter and it can't fetch some pages (which often happens when running it over all the JS pages) it logs this as a content error:
Expected SpecName macro for data.specifications 2 errors javascript-constructor/data.specifications/expected-macro
Could not fetch page info from https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is$json (504 GATEWAY_TIMEOUT) 2 errors null
Macro: anch 2 warnings anch
Macro: Next 1 warning next
There are a couple of problems with this:
it's not correct to say this is a content error
the message is so long that it often breaks the layout of the report.
It would be better if we could log this in a separate section:
Could not lint the following pages:
https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is$json (504 GATEWAY_TIMEOUT)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When we run the linter and it can't fetch some pages (which often happens when running it over all the JS pages) it logs this as a content error:
There are a couple of problems with this:
It would be better if we could log this in a separate section:
The text was updated successfully, but these errors were encountered: