Skip to content

Add code suggestions #82

Add code suggestions

Add code suggestions #82

Triggered via pull request January 15, 2024 13:24
Status Success
Total duration 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

reviewdog.yml

on: pull_request
runner / shellcheck
8s
runner / shellcheck
runner / shfmt
9s
runner / shfmt
runner / actionlint
9s
runner / actionlint
runner / misspell
18s
runner / misspell
runner / alex
22s
runner / alex
Fit to window
Zoom out
Zoom in

Annotations

8 errors
[Biome] testdata/error/lint.js#L1: testdata/error/lint.js#L1
expected `,` but instead found `a` ``` > 1 │ [a a, ++b, ] = test; │ ^ 2 │ ``` i Remove a
[Biome] testdata/error/lint.js#L1: testdata/error/lint.js#L1
Invalid assignment to `++b` ``` > 1 │ [a a, ++b, ] = test; │ ^^^ 2 │ ``` i This expression cannot be assigned to
[Biome] testdata/error/lint.js#L1: testdata/error/lint.js#L1
expected `,` but instead found `a` ``` > 1 │ [a a, ++b, ] = test; │ ^ 2 │ ``` i Remove a
[Biome] testdata/error/lint.js: testdata/error/lint.js#L0
Format with errors is disabled.
[Biome] testdata/error/lint.js#L1: testdata/error/lint.js#L1
Invalid assignment to `++b` ``` > 1 │ [a a, ++b, ] = test; │ ^^^ 2 │ ``` i This expression cannot be assigned to
[Biome] testdata/error/format.js: testdata/error/format.js#L0
File content differs from formatting output ``` 1 │ - const·a·=·[2,2,1,3]; 1 │ + const·a·=·[2,·2,·1,·3]; 2 2 │ ```
[Biome] testdata/error/lint.js: testdata/error/lint.js#L0
Format with errors is disabled.
[Biome] testdata/error/format.js: testdata/error/format.js#L0
File content differs from formatting output ``` 1 │ - const·a·=·[2,2,1,3]; 1 │ + const·a·=·[2,·2,·1,·3]; 2 2 │ ```