Add code suggestions #82
Annotations
8 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/lint.js#L1
[Biome] reported by reviewdog πΆ
Fixes applied to the file, but there are still diagnostics to address.
Raw Output:
error/lint.js check ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Γ Fixes applied to the file, but there are still diagnostics to address.
|
testdata/check#L1
[Biome] reported by reviewdog πΆ
Some errors were emitted while applying fixes.
Raw Output:
check ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Γ Some errors were emitted while applying fixes.
|
|
testdata/error/format.js#L1
[Biome] reported by reviewdog πΆ
Raw Output:
testdata/error/format.js:1:-const a = [2,2,1,3];
testdata/error/format.js:1:+const a = [2, 2, 1, 3];
|
|
The logs for this run have expired and are no longer available.
Loading