-
-
Notifications
You must be signed in to change notification settings - Fork 999
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/19947936418
- Type: JavaScript Linting
- Date: 2025-12-05 00:12:54 UTC
Error Details
make[1]: Entering directory '/home/runner/work/stdlib/stdlib'
Linting file: lib/node_modules/@stdlib/math/base/special/vercos/test/test.js
Linting file: lib/node_modules/@stdlib/math/base/special/sinh/test/test.native.js
Linting file: lib/node_modules/@stdlib/assert/is-safe-integer/test/test.js
Linting file: lib/node_modules/@stdlib/blas/base/gasum/test/test.js
Linting file: lib/node_modules/@stdlib/math/iter/special/expm1/test/test.js
Linting file: lib/node_modules/@stdlib/ndarray/base/empty-like/test/test.js
Linting file: lib/node_modules/@stdlib/ndarray/fancy/test/test.instance.iset_nd.js
Linting file: lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-no-tabs/test/test.js
Linting file: lib/node_modules/@stdlib/utils/dsv/base/parse/test/test.field_trailing_whitespace.js
Linting file: lib/node_modules/@stdlib/ndarray/base/nullary/test/test.9d.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/ndarray/base/nullary/test/test.9d.js
603:13 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
603:13 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
645:13 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
645:13 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
1254:13 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
1296:13 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
1712:13 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
1770:13 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
✖ 8 problems (8 errors, 0 warnings)
8 errors and 0 warnings potentially fixable with the `--fix` option.
Linting failed.
Linting file: lib/node_modules/@stdlib/stats/strided/smeanli/test/test.js
Linting file: lib/node_modules/@stdlib/fs/resolve-parent-paths/test/test.cli.js
Linting file: lib/node_modules/@stdlib/datasets/cdc-nchs-us-births-1969-1988/test/test.js
Linting file: lib/node_modules/@stdlib/ndarray/base/unary-strided1d/test/test.js
Linting file: lib/node_modules/@stdlib/blas/ext/base/dnansum/test/test.ndarray.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!