Update dependency @biomejs/biome to v1.5.2 #80
Annotations
5 errors
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
|
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
|
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.
|
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 β
```
|
|
The logs for this run have expired and are no longer available.
Loading