-
-
Notifications
You must be signed in to change notification settings - Fork 908
Closed
Labels
Good First IssueA good first issue for new contributors!A good first issue for new contributors!
Description
JavaScript Linting Failures
Linting failures were detected in the automated JavaScript lint workflow run.
Workflow Details
- Run: https://github.com/stdlib-js/stdlib/actions/runs/15288239198
- Type: JavaScript Linting
- Date: 2025-05-28 00:07:19 UTC
Error Details
make[1]: Entering directory '/home/runner/work/stdlib/stdlib'
Linting file: lib/node_modules/@stdlib/namespace/lib/namespace/base/strided/q.js
Linting file: lib/node_modules/@stdlib/assert/is-arraybuffer-view/lib/polyfill.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/assert/is-arraybuffer-view/lib/polyfill.js
49:1 error Missing empty line between require statement and code in JSDoc example stdlib/jsdoc-example-require-spacing
✖ 1 problem (1 error, 0 warnings)
Linting failed.
Linting file: lib/node_modules/@stdlib/utils/map-reduce/lib/ndarray.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/utils/map-reduce/lib/ndarray.js
94:66 warning Unknown word: "cceil" @cspell/spellchecker
94:92 warning Unknown word: "cadd" @cspell/spellchecker
✖ 2 problems (0 errors, 2 warnings)
Linting file: lib/node_modules/@stdlib/_tools/github/create-token/lib/headers.js
Linting file: lib/node_modules/@stdlib/string/base/slice-grapheme-clusters/lib/index.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/string/base/slice-grapheme-clusters/lib/index.js
35:33 warning Unknown word: "अनुच्छेद" @cspell/spellchecker
✖ 1 problem (0 errors, 1 warning)
Linting file: lib/node_modules/@stdlib/math/strided/special/dmskcbrt/lib/index.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/invgamma/lib/index.js
Linting file: lib/node_modules/@stdlib/math/iter/sequences/negafibonacci/lib/main.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/math/iter/sequences/negafibonacci/lib/main.js
37:41 warning Unknown word: "nega" @cspell/spellchecker
41:62 warning Unknown word: "nega" @cspell/spellchecker
41:95 warning Unknown word: "nega" @cspell/spellchecker
✖ 3 problems (0 errors, 3 warnings)
Linting file: lib/node_modules/@stdlib/stats/base/dists/t/logpdf/lib/index.js
Linting file: lib/node_modules/@stdlib/array/min-dtype/lib/main.js
Linting file: lib/node_modules/@stdlib/strided/base/nullary-addon-dispatch/lib/index.js
Linting file: lib/node_modules/@stdlib/ndarray/base/for-each/lib/7d_accessors.js
0 + 0i
0 + 0i
0 + 0i
0 + 0i
Linting file: lib/node_modules/@stdlib/stats/base/nanmax-by/lib/main.js
Linting file: lib/node_modules/@stdlib/array/typed-signed-integer-dtypes/lib/index.js
Linting file: lib/node_modules/@stdlib/math/iter/special/acosh/lib/main.js
Linting file: lib/node_modules/@stdlib/fs/unlink/lib/main.js
Oops! Something went wrong! :(
ESLint: 8.57.1
Error: ENOENT: no such file or directory, unlink './beep/boop.txt'
Linting failed.
Linting file: lib/node_modules/@stdlib/stats/strided/sdsmeanors/lib/sdsmeanors.js
Linting file: lib/node_modules/@stdlib/random/base/kumaraswamy/lib/index.js
Linting file: lib/node_modules/@stdlib/namespace/lib/namespace/base/y.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/lognormal/cdf/lib/factory.js
Linting file: lib/node_modules/@stdlib/stats/chi2gof/lib/main.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/stats/chi2gof/lib/main.js
135:28 warning Unexpected 'warning' comment: 'WARNING: this relies on PMF functions...' no-warning-comments
206:50 warning Unexpected 'todo' comment: 'TODO: consider replacing with low-level...' no-warning-comments
✖ 2 problems (0 errors, 2 warnings)
make[1]: *** [/home/runner/work/stdlib/stdlib/tools/make/lib/lint/javascript/eslint.mk:255: eslint-files] Error 1
make[1]: Leaving directory '/home/runner/work/stdlib/stdlib'
make: *** [/home/runner/work/stdlib/stdlib/tools/make/lib/lint/javascript/Makefile:158: lint-javascript-files] Error 2
Pull Request Instructions
- Please use the following PR title format:
"chore: fix JavaScript lint errors (issue #<ISSUE_NUMBER>)". - Reference this issue in the "Related Issues" section of the PR body as "resolves #<ISSUE_NUMBER>".
Metadata
Metadata
Assignees
Labels
Good First IssueA good first issue for new contributors!A good first issue for new contributors!