You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/biome_cli/tests/snapshots/main_cases_reporter_github/reports_diagnostics_github_ci_command.snap
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -36,20 +36,12 @@ let f;
36
36
ci ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
37
37
38
38
× Some errors were emitted while running checks.
39
-
40
39
41
40
42
-
```
43
-
44
-
# EmittedMessages
45
41
46
-
```block
47
-
::notice title=assist/source/organizeImports,file=index.ts,line=1,endLine=1,col=1,endColumn=21::The imports and exports are not sorted.
48
42
```
49
43
50
-
```block
51
-
::notice title=assist/source/organizeImports,file=main.ts,line=1,endLine=1,col=1,endColumn=21::The imports and exports are not sorted.
52
-
```
44
+
# EmittedMessages
53
45
54
46
```block
55
47
::warning title=lint/correctness/noUnusedImports,file=index.ts,line=1,endLine=1,col=8,endColumn=12::This import is unused.
@@ -83,6 +75,10 @@ ci ━━━━━━━━━━━━━━━━━━━━━━━━━
83
75
::warning title=lint/correctness/noUnusedVariables,file=main.ts,line=9,endLine=9,col=7,endColumn=8::This variable is unused.
84
76
```
85
77
78
+
```block
79
+
::error title=assist/source/organizeImports,file=index.ts,line=1,endLine=1,col=1,endColumn=21::The imports and exports are not sorted.
80
+
```
81
+
86
82
```block
87
83
::error title=lint/suspicious/noDoubleEquals,file=index.ts,line=4,endLine=4,col=3,endColumn=5::Using == may be unsafe if you are relying on type coercion.
88
84
```
@@ -111,6 +107,10 @@ ci ━━━━━━━━━━━━━━━━━━━━━━━━━
111
107
::error title=format,file=index.ts,line=1,endLine=1,col=2,endColumn=2::File content differs from formatting output
112
108
```
113
109
110
+
```block
111
+
::error title=assist/source/organizeImports,file=main.ts,line=1,endLine=1,col=1,endColumn=21::The imports and exports are not sorted.
112
+
```
113
+
114
114
```block
115
115
::error title=lint/suspicious/noDoubleEquals,file=main.ts,line=4,endLine=4,col=3,endColumn=5::Using == may be unsafe if you are relying on type coercion.
0 commit comments