1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/testdata/lint
David Sherret ffbcad3800
feat(lint): deno lint --fix and lsp quick fixes (#22615)
Adds a `--fix` option to deno lint. This currently doesn't work for
basically any rules, but we can add them over time to deno lint.
2024-03-21 14:18:59 -07:00
..
glob chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_slow_types feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
no_slow_types_workspace feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
watch chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_config chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
without_config chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Deno.compact.format.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deno.glob.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Deno.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Deno.malformed.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Deno.malformed2.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
Deno.no_tags.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_compact.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_from_stdin.out feat(lint): deno lint --fix and lsp quick fixes (#22615) 2024-03-21 14:18:59 -07:00
expected_from_stdin_json.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_glob.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_ignore.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_json.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_quiet.out feat(lint): deno lint --fix and lsp quick fixes (#22615) 2024-03-21 14:18:59 -07:00
expected_rules.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_verbose.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_config.out feat(lint): deno lint --fix and lsp quick fixes (#22615) 2024-03-21 14:18:59 -07:00
with_config_and_flags.out feat(lint): deno lint --fix and lsp quick fixes (#22615) 2024-03-21 14:18:59 -07:00
with_config_without_tags.out feat(lint): deno lint --fix and lsp quick fixes (#22615) 2024-03-21 14:18:59 -07:00
with_malformed_config.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_malformed_config2.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_report_config_compact.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_report_config_override.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00