Bump eslint-plugin-import from 2.26.0 to 2.29.0 #1685
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
15 errors and 2 warnings
src/linters/xo.js#L4
`./eslint` import should occur before import of `../utils/action` (import/order)
|
test/github/api.test.js#L10
`./test-constants` import should occur before import of `../../src/github/api` (import/order)
|
test/github/context.test.js#L8
`../../src/github/context` import should occur after import of `./test-constants` (import/order)
|
test/linters/linters.test.js#L5
`../test-utils` import should occur after import of `./params/xo` (import/order)
|
src/linters/xo.js#L4
`./eslint` import should occur before import of `../utils/action` (import/order)
|
test/github/api.test.js#L10
`./test-constants` import should occur before import of `../../src/github/api` (import/order)
|
test/github/context.test.js#L8
`../../src/github/context` import should occur after import of `./test-constants` (import/order)
|
test/linters/linters.test.js#L5
`../test-utils` import should occur after import of `./params/xo` (import/order)
|
src\linters\xo.js#L4
`./eslint` import should occur before import of `../utils/action` (import/order)
|
test\github\api.test.js#L10
`./test-constants` import should occur before import of `../../src/github/api` (import/order)
|
test\github\context.test.js#L8
`../../src/github/context` import should occur after import of `./test-constants` (import/order)
|
test\linters\linters.test.js#L5
`../test-utils` import should occur after import of `./params/xo` (import/order)
|
Run tests (ubuntu-latest)
Process completed with exit code 1.
|
Run tests (windows-latest)
Process completed with exit code 1.
|
Run tests (macos-latest)
Process completed with exit code 1.
|
Run tests (windows-latest):
test/tmp-zq6Sbr/dotnet-format/file1.cs#L1
A source file is missing a required header.
|
Run tests (macos-latest):
test/tmp-hufqzv/dotnet-format/file1.cs#L1
A source file is missing a required header.
|