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
#9879 helped me run the WPT lint on jsdom tests, thanks!
However, I get error message, which does not have any impact on the exit code of lint.py (and so I can ignore it), but is confusing:
fatal: ..\to-upstream\lint.ignore: '..\to-upstream\lint.ignore' is outside repository at 'C:/Users/d/OneDrive - domenic.me/Code/GitHub/jsdom/jsdom/test/web-platform-tests/tests'
Setup:
outer/wpt (<-- full WPT checkout)
outer/to-upstream
#9879 helped me run the WPT lint on jsdom tests, thanks!
However, I get error message, which does not have any impact on the exit code of
lint.py
(and so I can ignore it), but is confusing:Setup:
CD to
outer/wpt
Run:
This successfully lints the tests in
outer/to-upstream
, and even applies the ignore file atouter/to-upstream/lint.ignore
.But it gives the above confusing message.
The text was updated successfully, but these errors were encountered: