diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-25 09:07:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 09:07:59 -0400 |
| commit | 763f05e74dfd0032b238603f625893a52e363591 (patch) | |
| tree | c6a71559472755919358afa53eecac206cad80a9 /tests/specs/task | |
| parent | ef78d317f084ffe633253acd138a48a425113fa7 (diff) | |
fix(unstable): move sloppy-import warnings to lint rule (#24710)
Adds a new `no-sloppy-imports` lint rule and cleans up the lint code.
Closes #22844
Closes https://github.com/denoland/deno_lint/issues/1293
Diffstat (limited to 'tests/specs/task')
| -rw-r--r-- | tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out b/tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out index 78c4eaca9..901eea47a 100644 --- a/tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out +++ b/tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out @@ -1,5 +1,4 @@ Task start deno run index.js -Warning Sloppy imports are not recommended and have a negative impact on performance. Warning 'abc' isn't a valid unstable feature Warning 'cba' isn't a valid unstable feature Hello unstable features |
