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
npm run lint
> lint
> ota lint
1) Uncaught error outside test suite
0 passing (1ms)
1 failing
1) Uncaught error outside test suite:
Uncaught TypeError: Invalid URL
at new URL (node:internal/url:775:36)
at new SourceDocument (file:///Users/michiel/gh/tosdr/tosdr-declarations/node_modules/@opentermsarchive/engine/src/archivist/services/sourceDocument.js:10:15)
at loadServiceDocument (file:///Users/michiel/gh/tosdr/tosdr-declarations/node_modules/@opentermsarchive/engine/src/archivist/services/index.js:66:26)
at async Promise.all (index 0)
at async file:///Users/michiel/gh/tosdr/tosdr-declarations/node_modules/@opentermsarchive/engine/src/archivist/services/index.js:28:5
at async Promise.all (index 37)
at async load (file:///Users/michiel/gh/tosdr/tosdr-declarations/node_modules/@opentermsarchive/engine/src/archivist/services/index.js:23:3)
at async Module.loadWithHistory (file:///Users/michiel/gh/tosdr/tosdr-declarations/node_modules/@opentermsarchive/engine/src/archivist/services/index.js:101:20)
at async default (file:///Users/michiel/gh/tosdr/tosdr-declarations/node_modules/@opentermsarchive/engine/scripts/declarations/lint/index.mocha.js:25:31)
And no further info. Does this lint tool have something like a verbose version where it tells you the location of the Invalid URL it finds?
The text was updated successfully, but these errors were encountered:
In tosdr/tosdr-declarations#12 (comment) we see an
ota lint
failure, but running it locally I see:And no further info. Does this lint tool have something like a verbose version where it tells you the location of the Invalid URL it finds?
The text was updated successfully, but these errors were encountered: