summaryrefslogtreecommitdiff
path: root/tests/specs/publish/sloppy_imports
AgeCommit message (Collapse)Author
2024-08-06fix: update dry run success message (#24885)HasanAlrimawi
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
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
2024-07-22fix(publish): warn about missing license file (#24677)David Sherret
Part of https://github.com/denoland/deno/issues/24676 , but just a warning for now.
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret