diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-21 14:18:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-21 14:18:59 -0700 |
| commit | ffbcad3800ef086bad791c1c640b62fd72d60172 (patch) | |
| tree | f350a54862928e19ba93a75b71a4c4bebcc974f3 /tests/testdata/lint/expected_quiet.out | |
| parent | 2166aa8fb6be5fdd6d607db587e236de11b6fb91 (diff) | |
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.
Diffstat (limited to 'tests/testdata/lint/expected_quiet.out')
| -rw-r--r-- | tests/testdata/lint/expected_quiet.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdata/lint/expected_quiet.out b/tests/testdata/lint/expected_quiet.out index e46a94a2d..91c1a29cf 100644 --- a/tests/testdata/lint/expected_quiet.out +++ b/tests/testdata/lint/expected_quiet.out @@ -5,7 +5,7 @@ error[ban-untagged-ignore]: Ignore directive requires lint rule name(s) | ^^^^^^^^^^^^^^^^^^^ = hint: Add one or more lint rule names. E.g. // deno-lint-ignore adjacent-overload-signatures - docs: https://lint.deno.land/#ban-untagged-ignore + docs: https://lint.deno.land/rules/ban-untagged-ignore error[no-empty]: Empty block statement @@ -15,6 +15,6 @@ error[no-empty]: Empty block statement | ^^ = hint: Add code or comment to the empty block - docs: https://lint.deno.land/#no-empty + docs: https://lint.deno.land/rules/no-empty |
