summaryrefslogtreecommitdiff
path: root/tests/specs/task
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-07-25 09:07:59 -0400
committerGitHub <noreply@github.com>2024-07-25 09:07:59 -0400
commit763f05e74dfd0032b238603f625893a52e363591 (patch)
treec6a71559472755919358afa53eecac206cad80a9 /tests/specs/task
parentef78d317f084ffe633253acd138a48a425113fa7 (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.out1
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