Chore: update dependency eslint-plugin-jsdoc to v49 - abandoned #1657
node-test.yml
on: pull_request
path-filter
5s
test-status-check
2s
Annotations
11 errors and 4 warnings
node-lint:
src/globals/defaults.ts#L7
Required 1 line(s) before JSDoc block
|
node-lint:
src/modules/candidateGenerator.ts#L129
Required 1 line(s) before JSDoc block
|
node-lint:
src/modules/datScanner.ts#L297
Required 1 line(s) before JSDoc block
|
node-lint:
src/modules/romHeaderProcessor.ts#L64
Required 1 line(s) before JSDoc block
|
node-lint:
src/polyfill/arrayPoly.ts#L2
Required 1 line(s) before JSDoc block
|
node-lint:
src/polyfill/filePoly.ts#L32
Required 1 line(s) before JSDoc block
|
node-lint:
src/polyfill/fsPoly.ts#L230
Required 1 line(s) before JSDoc block
|
node-lint:
src/polyfill/urlPoly.ts#L2
Required 1 line(s) before JSDoc block
|
node-lint:
src/types/dats/datObject.ts#L19
Required 1 line(s) before JSDoc block
|
node-lint:
src/types/dats/logiqx/clrMamePro.ts#L18
Required 1 line(s) before JSDoc block
|
test-status-check
Process completed with exit code 1.
|
path-filter
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/paths-filter@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
node-lint:
index.ts#L21
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
node-lint:
index.ts#L67
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
node-lint:
package.ts#L45
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|