Closed
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/14848716797
- Type: JavaScript Linting
- Date: 2025-05-06 00:11:46 UTC
Error Details
make[1]: Entering directory '/home/runner/work/stdlib/stdlib'
Linting file: lib/node_modules/@stdlib/utils/library-manifest/lib/is_object.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/bernoulli/entropy/lib/index.js
Linting file: lib/node_modules/@stdlib/utils/unshift/lib/index.js
Linting file: lib/node_modules/@stdlib/array/little-endian-float32/lib/index.js
Linting file: lib/node_modules/@stdlib/math/strided/ops/mul/lib/types.js
Linting file: lib/node_modules/@stdlib/constants/float64/apery/lib/index.js
Linting file: lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-require-throws-tags/lib/index.js
Linting file: lib/node_modules/@stdlib/math/strided/special/abs2/lib/types.js
Linting file: lib/node_modules/@stdlib/string/base/format-interpolate/lib/is_number.js
Linting file: lib/node_modules/@stdlib/ndarray/base/unary-accumulate/lib/4d_blocked.js
Linting file: lib/node_modules/@stdlib/blas/ext/base/sdssumpw/lib/native.js
Linting file: lib/node_modules/@stdlib/plot/ctor/lib/props/labels/get.js
Linting file: lib/node_modules/@stdlib/_tools/pkgs/entry-points/lib/entries.sync.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/_tools/pkgs/entry-points/lib/entries.sync.js
63:8 error Using the `new Array()` constructor is not allowed; use an array literal with push instead stdlib/no-new-array
✖ 1 problem (1 error, 0 warnings)
Linting failed.
Linting file: lib/node_modules/@stdlib/stats/base/dists/rayleigh/mode/lib/native.js
Linting file: lib/node_modules/@stdlib/assert/is-unity-probability-array/lib/index.js
Linting file: lib/node_modules/@stdlib/math/strided/special/dmskabs/lib/native.js
Linting file: lib/node_modules/@stdlib/stats/strided/dsnanmean/lib/ndarray.native.js
Linting file: lib/node_modules/@stdlib/stats/incr/sum/lib/main.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/pareto-type1/mean/lib/main.js
Linting file: lib/node_modules/@stdlib/object/every-in-by/lib/index.js
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>".