-
-
Notifications
You must be signed in to change notification settings - Fork 896
Open
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/18236522569
- Type: JavaScript Linting
- Date: 2025-10-04 00:14:52 UTC
Error Details
make[1]: Entering directory '/home/runner/work/stdlib/stdlib'
Linting file: lib/node_modules/@stdlib/ndarray/base/ndarraylike2scalar/test/test.js
Linting file: lib/node_modules/@stdlib/array/base/quaternary2d/test/test.js
Linting file: lib/node_modules/@stdlib/blas/base/wasm/daxpy/test/test.module.js
Linting file: lib/node_modules/@stdlib/random/streams/discrete-uniform/test/test.cli.js
Linting file: lib/node_modules/@stdlib/blas/base/isamax/test/test.ndarray.native.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/blas/base/isamax/test/test.ndarray.native.js
69:6 error No spaces allowed between an opening parenthesis or bracket and a nested object or array expression at the end of a line stdlib/eol-open-bracket-spacing
69:6 error No spaces allowed between a closing parenthesis or bracket and a nested object or array expression at the beginning of a line stdlib/line-closing-bracket-spacing
89:6 error No spaces allowed between an opening parenthesis or bracket and a nested object or array expression at the end of a line stdlib/eol-open-bracket-spacing
89:6 error No spaces allowed between a closing parenthesis or bracket and a nested object or array expression at the beginning of a line stdlib/line-closing-bracket-spacing
107:6 error No spaces allowed between an opening parenthesis or bracket and a nested object or array expression at the end of a line stdlib/eol-open-bracket-spacing
107:6 error No spaces allowed between a closing parenthesis or bracket and a nested object or array expression at the beginning of a line stdlib/line-closing-bracket-spacing
✖ 6 problems (6 errors, 0 warnings)
6 errors and 0 warnings potentially fixable with the `--fix` option.
Linting failed.
Linting file: lib/node_modules/@stdlib/math/special/abs/test/test.main.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/logistic/mgf/test/test.factory.js
Linting file: lib/node_modules/@stdlib/blas/base/dtrsv/test/test.dtrsv.js
Linting file: lib/node_modules/@stdlib/blas/ext/base/snansumkbn/test/test.ndarray.native.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/invgamma/cdf/test/test.factory.js
make[1]: *** [/home/runner/work/stdlib/stdlib/tools/make/lib/lint/javascript/eslint.mk:261: 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
make[1]: Entering directory '/home/runner/work/stdlib/stdlib'
Linting file: lib/node_modules/@stdlib/ndarray/index/benchmark/benchmark.id.js
Linting file: lib/node_modules/@stdlib/ndarray/base/includes/benchmark/benchmark.11d_rowmajor.js
Linting file: lib/node_modules/@stdlib/assert/has-set-support/benchmark/benchmark.js
Linting file: lib/node_modules/@stdlib/array/complex64/benchmark/benchmark.reduce.js
Linting file: lib/node_modules/@stdlib/assert/is-probability/benchmark/benchmark.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/assert/is-probability/benchmark/benchmark.js
19:1 error Unused eslint-disable directive (no problems were reported from 'no-new-wrappers')
✖ 1 problem (1 error, 0 warnings)
1 error and 0 warnings potentially fixable with the `--fix` option.
Linting failed.
Linting file: lib/node_modules/@stdlib/array/complex128/benchmark/benchmark.filter.length.js
Linting file: lib/node_modules/@stdlib/array/uint8c/benchmark/benchmark.last_index_of.length.js
Linting file: lib/node_modules/@stdlib/random/strided/invgamma/benchmark/benchmark.float64.broadcast.js
make[1]: *** [/home/runner/work/stdlib/stdlib/tools/make/lib/lint/javascript/eslint.mk:261: 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!