Skip to content

Fix bug (last line of code block determination) #98

Fix bug (last line of code block determination)

Fix bug (last line of code block determination) #98

Triggered via pull request January 20, 2024 12:35
Status Success
Total duration 29s
Artifacts
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)
10s
runner / Biome (github-check)
runner / Biome (github-pr-check)
15s
runner / Biome (github-pr-check)
runner / Biome (github-pr-review)
17s
runner / Biome (github-pr-review)
Fit to window
Zoom out
Zoom in

Annotations

8 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/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.
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/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];
runner / Biome (github-pr-review)
Process completed with exit code 1.