Skip to content

lint_random_files

lint_random_files #920

Triggered via schedule January 6, 2025 00:40
Status Failure
Total duration 13m 55s
Artifacts

lint_random_files.yml

on: schedule
Lint Random Files
13m 48s
Lint Random Files
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
Lint Random Files
Process completed with exit code 2.
Lint Random Files: lib/node_modules/@stdlib/utils/unshift/lib/index.js#L21
Example code of main export should require itself last, i.e. contain `require( '@stdlib/utils/unshift' )` as the last `require` call
Lint Random Files: lib/node_modules/@stdlib/math/base/special/ellipj/test/test.sncndn.js#L19
Each test file should start with a test for the main export, e.g., tape( 'main export is a function', function test( t ) { ... } );
Lint Random Files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint Random Files: lib/node_modules/@stdlib/utils/extname/examples/index.js#L21
Unexpected sync method: 'statSync'
Lint Random Files: lib/node_modules/@stdlib/random/array/invgamma/test/test.factory.js#L1238
File has too many lines (1020). Maximum allowed is 1000