forked from oxc-project/oxc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_fixtures__astro__debugger.astro@oxlint.snap
45 lines (40 loc) · 1.27 KB
/
_fixtures__astro__debugger.astro@oxlint.snap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
source: apps/oxlint/src/tester.rs
---
##########
arguments: fixtures/astro/debugger.astro
working directory:
----------
! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed
,-[fixtures/astro/debugger.astro:2:1]
1 |
2 | debugger
: ^^^^^^^^
`----
help: Delete this code.
! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed
,-[fixtures/astro/debugger.astro:2:3]
1 |
2 | debugger
: ^^^^^^^^
`----
help: Delete this code.
! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed
,-[fixtures/astro/debugger.astro:2:3]
1 |
2 | debugger
: ^^^^^^^^
`----
help: Delete this code.
! ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-debugger.html\eslint(no-debugger)]8;;\: `debugger` statement is not allowed
,-[fixtures/astro/debugger.astro:2:3]
1 |
2 | debugger
: ^^^^^^^^
`----
help: Delete this code.
Found 4 warnings and 0 errors.
Finished in <variable>ms on 1 file with 99 rules using 1 threads.
----------
CLI result: LintSucceeded
----------