Skip to content

Merge pull request #83 from mongolyy/feature/change-fail-level-default #147

Merge pull request #83 from mongolyy/feature/change-fail-level-default

Merge pull request #83 from mongolyy/feature/change-fail-level-default #147

Triggered via push January 12, 2025 14:26
Status Success
Total duration 21s
Artifacts

test-action.yml

on: push
runner / Biome (github-check)
11s
runner / Biome (github-check)
runner / Biome (github-pr-check)
0s
runner / Biome (github-pr-check)
runner / Biome (github-pr-review)
0s
runner / Biome (github-pr-review)
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
runner / Biome (github-check): test/testdata/error/js/lint.js#L1
[Biome] reported by reviewdog 🐶 expected `,` but instead found `a` ``` > 1 │ [a a, ++b, ] = test; │ ^ 2 │ ``` i Remove a Raw Output: testdata/error/js/lint.js:1:4 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × expected `,` but instead found `a` ``` > 1 │ [a a, ++b, ] = test; │ ^ 2 │ ``` i Remove a
runner / Biome (github-check): test/testdata/error/js/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: testdata/error/js/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-check): test/testdata/error/js/lint.js#L1
[Biome] reported by reviewdog 🐶 expected `,` but instead found `a` ``` > 1 │ [a a, ++b, ] = test; │ ^ 2 │ ``` i Remove a Raw Output: testdata/error/js/lint.js:1:4 parse ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × expected `,` but instead found `a` ``` > 1 │ [a a, ++b, ] = test; │ ^ 2 │ ``` i Remove a
runner / Biome (github-check): test/testdata/error/js/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: testdata/error/js/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-check): test/testdata/error/js/lint.js#L1
[Biome] reported by reviewdog 🐶 Code formatting aborted due to parsing errors. To format code with errors, enable the 'formatter.formatWithErrors' option. Raw Output: testdata/error/js/lint.js format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Code formatting aborted due to parsing errors. To format code with errors, enable the 'formatter.formatWithErrors' option.
runner / Biome (github-check): test/testdata/error/ts/format.ts#L1
[Biome] reported by reviewdog 🐶 File content differs from formatting output ``` 1 │ - import·type·{ 2 │ - ··A, 3 │ - }·from·'a'; 1 │ + import·type·{·A·}·from·"a"; 4 2 │ console.log("These two lines are not detected by diagnostics."); 5 3 │ console.log("Test for patterns when the last line of output by Biome isn't an empty line"); ``` Raw Output: testdata/error/ts/format.ts format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × File content differs from formatting output ``` 1 │ - import·type·{ 2 │ - ··A, 3 │ - }·from·'a'; 1 │ + import·type·{·A·}·from·"a"; 4 2 │ console.log("These two lines are not detected by diagnostics."); 5 3 │ console.log("Test for patterns when the last line of output by Biome isn't an empty line"); ```
runner / Biome (github-check): test/testdata/error/js/format-truncate.js#L1
[Biome] reported by reviewdog 🐶 File content differs from formatting output ``` 1 1 │ // truncate format result pattern 2 │ - console.log('This·line·is·detected·by·diagnostics.'); 3 │ - console.log('This·line·is·detected·by·diagnostics.'); 4 │ - console.log('This·line·is·detected·by·diagnostics.'); 5 │ - console.log('This·line·is·detected·by·diagnostics.'); 6 │ - console.log('This·line·is·detected·by·diagnostics.'); 7 │ - console.log('This·line·is·detected·by·diagnostics.'); 8 │ - console.log('This·line·is·detected·by·diagnostics.'); 9 │ - console.log('This·line·is·detected·by·diagnostics.'); 10 │ - console.log('This·line·is·detected·by·diagnostics.'); 11 │ - console.log('This·line·is·detected·by·diagnostics.'); 12 │ - console.log('This·line·is·detected·by·diagnostics.'); 13 │ - console.log('This·line·is·detected·by·diagnostics.'); 14 │ - console.log('This·line·is·detected·by·diagnostics.'); 15 │ - console.log('This·line·is·detected·by·diagnostics.'); 16 │ - console.log('This·line·is·detected·by·diagnostics.'); 17 │ - console.log('This·line·is·detected·by·diagnostics.'); 18 │ - console.log('This·line·is·detected·by·diagnostics.'); 19 │ - console.log('This·line·is·detected·by·diagnostics.'); 20 │ - console.log('This·line·is·detected·by·diagnostics.'); 21 │ - console.log('This·line·is·detected·by·diagnostics.'); 22 │ - console.log('This·line·is·detected·by·diagnostics.'); 23 │ - console.log('This·line·is·detected·by·diagnostics.'); 24 │ - console.log('This·line·is·detected·by·diagnostics.'); 25 │ - console.log('This·line·is·detected·by·diagnostics.'); 26 │ - console.log('This·line·is·detected·by·diagnostics.'); 27 │ - console.log('This·line·is·detected·by·diagnostics.'); 28 │ - console.log('This·line·is·detected·by·diagnostics.'); 29 │ - console.log('This·line·is·detected·by·diagnostics.'); 30 │ - console.log('This·line·is·detected·by·diagnostics.'); 31 │ - console.log('This·line·is·detected·by·diagnostics.'); 32 │ - console.log('This·line·is·detected·by·diagnostics.'); 33 │ - console.log('This·line·is·detected·by·diagnostics.'); 34 │ - console.log('This·line·is·detected·by·diagnostics.'); 35 │ - console.log('This·line·is·detected·by·diagnostics.'); 36 │ - console.log('This·line·is·detected·by·diagnostics.'); 37 │ - console.log('This·line·is·detected·by·diagnostics.'); 38 │ - console.log('This·line·is·detected·by·diagnostics.'); 39 │ - console.log('This·line·is·detected·by·diagnostics.'); 40 │ - console.log('This·line·is·detected·by·diagnostics.'); 41 │ - console.log('This·line·is·detected·by·diagnostics.'); 42 │ - console.log('This·line·is·detected·by·diagnostics.'); 43 │ - console.log('This·line·is·detected·by·diagnostics.'); 44 │ - console.log('This·line·is·detected·by·diagnostics.'); 45 │ - console.log('This·line·is·detected·by·diagnostics.'); 46 │ - console.log('This·line·is·detected·by·diagnostics.'); 47 │ - console.log('This·line·is·detected·by·diagnostics.'); 48 │ - console.log('This·line·is·detected·by·diagnostics.'); 49 │ - console.log('This·line·is·detected·by·diagnostics.'); 50 │ - console.log('This·line·is·detected·by·diagnostics.'); 51 │ - console.log('This·line·is·detected·by·diagnostics.'); 52 │ - console.log('This·line·is·detected·by·diagnostics.'); 53 │ - console.log('This·line·is·detected·by·diagnostics.'); 54 │ - console.log('This·line·is·detected·by·diagnostics.'); 55 │ - console.log('This·line·is·detected·by·diagnostics.'); 56 │ - console.log('This·line·is·detected·by·diagnostics.'); 57 │ - console.log('This·line·is·detected·by·diagnostics.'); 58 │ - console.log('This·line·is·detected·by·diagnostics.'); 59 │ - console.log('This·line·is·detected·by·diagnostics.'); 60 │ - console.log('This·line·is·detected·by·diagnostics.'); 61 │ - console.log('This·line·is·detected·by·diagnostics.'); 62 │
runner / Biome (github-check)
Process completed with exit code 1.
runner / Biome (github-check)
Input 'fail_on_error' has been deprecated with message: Deprecated. Use `fail_level` instead.
runner / Biome (github-check)
Input 'fail_on_error' has been deprecated with message: Deprecated. Use `fail_level` instead.