-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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/22246015820
- Type: JavaScript Linting
- Date: 2026-02-21 00:14:06 UTC
Error Details
make[1]: Entering directory '/home/runner/work/stdlib/stdlib'
Linting file: lib/node_modules/@stdlib/random/iter/frechet/examples/index.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/betaprime/logcdf/examples/index.js
x: 0.7525, α: 4.9316, β: 0.8595, ln(F(x;α,β)): -4.4411
x: 0.8590, α: 0.3041, β: 2.6782, ln(F(x;α,β)): -0.0459
x: 0.1476, α: 2.1653, β: 4.1233, ln(F(x;α,β)): -2.2377
x: 0.5214, α: 4.5207, β: 4.5602, ln(F(x;α,β)): -1.7403
x: 0.8550, α: 1.4451, β: 1.3032, ln(F(x;α,β)): -0.8830
x: 0.1975, α: 2.8254, β: 3.6065, ln(F(x;α,β)): -2.7844
x: 0.0408, α: 4.4115, β: 1.4086, ln(F(x;α,β)): -13.5167
x: 0.8522, α: 4.7139, β: 0.5686, ln(F(x;α,β)): -4.5931
x: 0.9937, α: 2.9596, β: 1.7131, ln(F(x;α,β)): -1.3465
x: 0.4822, α: 3.6101, β: 0.9145, ln(F(x;α,β)): -4.2043
Linting file: lib/node_modules/@stdlib/utils/shift/examples/index.js
Linting file: lib/node_modules/@stdlib/assert/has-property/examples/index.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/assert/has-property/examples/index.js
25:12 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
33:8 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
37:8 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
49:8 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
53:8 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
✖ 5 problems (5 errors, 0 warnings)
5 errors and 0 warnings potentially fixable with the `--fix` option.
Linting failed.
Linting file: lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/examples/index.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>".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good First IssueA good first issue for new contributors!A good first issue for new contributors!