Skip to content

Commit

Permalink
rebase and update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Jun 12, 2024
1 parent 14e3a5b commit d94a5c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ test2.js format ━━━━━━━━━━━━━━━━━━━━━
```

```block
Checked 2 files in <TIME>. No fixes needed.
Checked 2 files in <TIME>. No fixes applied.
Found 2 errors.
```
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ test.js format ━━━━━━━━━━━━━━━━━━━━━
```

```block
Checked 1 file in <TIME>. No fixes needed.
Checked 1 file in <TIME>. No fixes applied.
Found 1 error.
```
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ test3.js:1:1 lint/suspicious/noDebugger FIXABLE ━━━━━━━━━━
```

```block
Checked 4 files in <TIME>. No fixes needed.
Checked 4 files in <TIME>. No fixes applied.
Found 2 warnings.
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ export { GLOBAL_VAR };
# Emitted Messages

```block
Checked 2 files in <TIME>. No fixes needed.
Checked 2 files in <TIME>. No fixes applied.
```
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ test.js:1:10 lint/correctness/noUndeclaredVariables ━━━━━━━━━
```

```block
Checked 2 files in <TIME>. No fixes needed.
Checked 2 files in <TIME>. No fixes applied.
Found 2 errors.
```

0 comments on commit d94a5c2

Please sign in to comment.