Update dependency @biomejs/biome to v1.5.2 #80
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)
15s
runner / Biome (github-pr-check)
13s
runner / Biome (github-pr-review)
18s
Annotations
5 errors
runner / Biome (github-pr-review):
testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶
expected `,` but instead found `a`
```
> 1 │ [a a, ++b, ] = test;
│ ^
2 │
```
i Remove a
Raw Output:
error/lint.js:1:4 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× expected `,` but instead found `a`
```
> 1 │ [a a, ++b, ] = test;
│ ^
2 │
```
i Remove a
|
runner / Biome (github-pr-review):
testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶
Invalid assignment to `++b`
```
> 1 │ [a a, ++b, ] = test;
│ ^^^
2 │
```
i This expression cannot be assigned to
Raw Output:
error/lint.js:1:7 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Invalid assignment to `++b`
```
> 1 │ [a a, ++b, ] = test;
│ ^^^
2 │
```
i This expression cannot be assigned to
|
runner / Biome (github-pr-review):
testdata/error/lint.js#L1
[Biome] reported by reviewdog 🐶
Format with errors is disabled.
Raw Output:
error/lint.js format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× Format with errors is disabled.
|
runner / Biome (github-pr-review):
testdata/error/format.js#L1
[Biome] reported by reviewdog 🐶
File content differs from formatting output
```
1 │ - const·a·=·[2,2,1,3];
1 │ + const·a·=·[2,·2,·1,·3];
2 2 │
```
Raw Output:
error/format.js format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
× File content differs from formatting output
```
1 │ - const·a·=·[2,2,1,3];
1 │ + const·a·=·[2,·2,·1,·3];
2 2 │
```
|
runner / Biome (github-pr-review)
Process completed with exit code 1.
|