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/14504999526
- Type: JavaScript Linting
- Date: 2025-04-17 00:07:48 UTC
Error Details
make[1]: Entering directory '/home/runner/work/stdlib/stdlib'
Linting file: lib/node_modules/@stdlib/repl/presentation/lib/commands/last.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/geometric/quantile/lib/factory.js
Linting file: lib/node_modules/@stdlib/stats/incr/vmr/lib/index.js
Linting file: lib/node_modules/@stdlib/random/array/gumbel/lib/index.js
Linting file: lib/node_modules/@stdlib/random/base/bernoulli/lib/factory.js
Linting file: lib/node_modules/@stdlib/iter/strided/lib/main.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/weibull/mgf/lib/main.js
Linting file: lib/node_modules/@stdlib/array/zeros/lib/index.js
Linting file: lib/node_modules/@stdlib/ndarray/base/assign/lib/3d_blocked_accessors.js
Linting file: lib/node_modules/@stdlib/complex/float32/base/lib/index.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/complex/float32/base/lib/index.js
19:1 warning `identity` should be exported from namespace `index.js` stdlib/namespace-export-all
19:1 warning `neg` should be exported from namespace `index.js` stdlib/namespace-export-all
19:1 warning `sub` should be exported from namespace `index.js` stdlib/namespace-export-all
✖ 3 problems (0 errors, 3 warnings)
0 errors and 3 warnings potentially fixable with the `--fix` option.
Linting file: lib/node_modules/@stdlib/array/base/fillednd-by/lib/index.js
Linting file: lib/node_modules/@stdlib/math/base/special/expm1/scripts/evalpoly.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/erlang/quantile/lib/factory.js
Linting file: lib/node_modules/@stdlib/constants/uint8/num-bytes/lib/index.js
Linting file: lib/node_modules/@stdlib/math/base/special/kernel-cos/lib/polyval_c46.js
Linting file: lib/node_modules/@stdlib/blas/base/wasm/scopy/lib/binary.js
Linting file: lib/node_modules/@stdlib/_tools/static-analysis/js/lloc/lib/index.js
/home/runner/work/stdlib/stdlib/lib/node_modules/@stdlib/_tools/static-analysis/js/lloc/lib/index.js
24:45 warning Unknown word: "lloc" @cspell/spellchecker
✖ 1 problem (0 errors, 1 warning)
Linting file: lib/node_modules/@stdlib/stats/strided/dnanstdevch/lib/main.js
Linting file: lib/node_modules/@stdlib/stats/base/dists/pareto-type1/mode/lib/index.js
Linting file: lib/node_modules/@stdlib/random/array/minstd-shuffle/lib/factory.js
Linting file: lib/node_modules/@stdlib/stats/base/snanstdevtk/lib/main.js
Linting file: lib/node_modules/@stdlib/constants/float32/ln-pi/lib/index.js
make[1]: Leaving directory '/home/runner/work/stdlib/stdlib'
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>".