Consider truncated pattern #105
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yml
on: pull_request
runner / Biome (github-check)
12s
runner / Biome (github-pr-check)
11s
runner / Biome (github-pr-review)
17s
Annotations
9 errors
runner / Biome (github-pr-review):
testdata/error/js/lint.js#L1
[Biome] reported by reviewdog 🐶
```
expected `,` but instead found `a`
Raw Output:
error/js/lint.js:1:4 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```
× expected `,` but instead found `a`
|
runner / Biome (github-pr-review):
testdata/error/js/lint.js#L1
[Biome] reported by reviewdog 🐶
```
Invalid assignment to `++b`
Raw Output:
error/js/lint.js:1:7 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```
× Invalid assignment to `++b`
|
runner / Biome (github-pr-review):
testdata/error/js/lint.js#L1
[Biome] reported by reviewdog 🐶
Format with errors is disabled.
Raw Output:
error/js/lint.js format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Format with errors is disabled.
|
runner / Biome (github-pr-review):
testdata/error/js/lint.js#L1
[Biome] reported by reviewdog 🐶
Fixes applied to the file, but there are still diagnostics to address.
Raw Output:
error/js/lint.js check ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Fixes applied to the file, but there are still diagnostics to address.
|
runner / Biome (github-pr-review):
testdata/check#L1
[Biome] reported by reviewdog 🐶
Some errors were emitted while applying fixes.
Raw Output:
check ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Some errors were emitted while applying fixes.
|
runner / Biome (github-pr-review)
Process completed with exit code 1.
|
runner / Biome (github-pr-review):
testdata/error/js/format.js#L1
[Biome] reported by reviewdog 🐶
Raw Output:
testdata/error/js/format.js:1:-const a = [2,2,1,3];
testdata/error/js/format.js:1:+const a = [2, 2, 1, 3];
|
runner / Biome (github-pr-review):
testdata/error/ts/format.ts#L1
[Biome] reported by reviewdog 🐶
Raw Output:
testdata/error/ts/format.ts:1:-import type {
testdata/error/ts/format.ts:2:- A,
testdata/error/ts/format.ts:3:-} from 'a';
testdata/error/ts/format.ts:1:+import type { A } from "a";
|
runner / Biome (github-pr-review)
Process completed with exit code 1.
|