0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-22 21:23:32 -05:00
denoland-deno/tests/specs/lint/lint_plugin_infinite_edits/fix.out

11 lines
353 B
Text
Raw Normal View History

Reached maximum number of fix iterations for 'file:///[WILDLINE]/main.ts'. There's probably a bug in the lint rule. Please fix this file manually.
error[test-plugin/my-rule]: should be equal to string "1"
--> [WILDLINE]main.ts:1:15
|
1 | const value = [WILDLINE];
| [WILDLINE]
Found 1 problem (1 fixable via --fix)
Checked 2 files