Skip to content

lint_random_files #1324

lint_random_files

lint_random_files #1324

Triggered via schedule February 4, 2026 00:03
Status Failure
Total duration 16m 39s
Artifacts

lint_random_files.yml

on: schedule
Lint Random Files
16m 21s
Lint Random Files
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 13 warnings
Lint Random Files
Process completed with exit code 1.
Lint Random Files: lib/node_modules/@stdlib/math/strided/special/cbrt-by/test/test.main.js#L85
Using the `new Array()` constructor is not allowed; use an array literal with push instead
Lint Random Files: lib/node_modules/@stdlib/math/strided/special/cbrt-by/test/test.main.js#L77
Using the `new Array()` constructor is not allowed; use an array literal with push instead
Lint Random Files
Example code of main export should require itself last, i.e. contain `require( '@stdlib/_tools/remark/plugins/remark-run-javascript-examples' )` as the last `require` call
Lint Random Files: lib/node_modules/@stdlib/math/strided/special/cbrt-by/test/test.main.js#L85
Using the `new Array()` constructor is not allowed; use an array literal with push instead
Lint Random Files: lib/node_modules/@stdlib/math/strided/special/cbrt-by/test/test.main.js#L77
Using the `new Array()` constructor is not allowed; use an array literal with push instead
Lint Random Files
Example code of main export should require itself last, i.e. contain `require( '@stdlib/_tools/remark/plugins/remark-run-javascript-examples' )` as the last `require` call
Workflow syntax warning: .github/workflows/lint_random_files.yml#L568
.github/workflows/lint_random_files.yml (Line: 568, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
Workflow syntax warning: .github/workflows/lint_random_files.yml#L574
.github/workflows/lint_random_files.yml (Line: 574, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
Workflow syntax warning: .github/workflows/lint_random_files.yml#L585
.github/workflows/lint_random_files.yml (Line: 585, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
Lint Random Files: lib/node_modules/@stdlib/math/strided/special/smskinv/benchmark/benchmark.ndarray.js#L108
Use `@stdlib/string/format` instead of string concatenation for benchmark descriptions
Lint Random Files: lib/node_modules/@stdlib/ndarray/pop/benchmark/benchmark.js#L160
Use `@stdlib/string/format` instead of string concatenation for benchmark descriptions
Lint Random Files: lib/node_modules/@stdlib/ndarray/pop/benchmark/benchmark.js#L128
Use `@stdlib/string/format` instead of string concatenation for benchmark descriptions
Lint Random Files: lib/node_modules/@stdlib/ndarray/pop/benchmark/benchmark.js#L96
Use `@stdlib/string/format` instead of string concatenation for benchmark descriptions
Lint Random Files: lib/node_modules/@stdlib/ndarray/pop/benchmark/benchmark.js#L64
Use `@stdlib/string/format` instead of string concatenation for benchmark descriptions
Lint Random Files: lib/node_modules/@stdlib/ndarray/pop/benchmark/benchmark.js#L32
Use `@stdlib/string/format` instead of string concatenation for benchmark descriptions
Lint Random Files: lib/node_modules/@stdlib/blas/base/dsyr2/benchmark/benchmark.native.js#L106
Use `@stdlib/string/format` instead of string concatenation for benchmark descriptions
Lint Random Files: lib/node_modules/@stdlib/stats/base/dists/discrete-uniform/pmf/benchmark/benchmark.js#L67
Use `@stdlib/string/format` instead of string concatenation for benchmark descriptions
Lint Random Files: lib/node_modules/@stdlib/number/float64/base/add3/benchmark/benchmark.native.js#L41
Use `@stdlib/string/format` instead of string concatenation for benchmark descriptions
Lint Random Files: lib/node_modules/@stdlib/ndarray/ctor/test/test.instance.iget_1d.js#L1236
File has too many lines (1087). Maximum allowed is 1000