mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: upgrade dlint to 0.60.0 (#24041)
Factoring out `dlint` upgrade from https://github.com/denoland/deno/pull/24034 as it requires us to change the lint step on mac to use ARM runners. --------- Co-authored-by: Luca Casonato <hello@lcas.dev> Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
This commit is contained in:
parent
29a075de2b
commit
eb218c0f33
20 changed files with 40 additions and 17 deletions
|
@ -269,8 +269,6 @@ Deno.test(
|
|||
|
||||
Deno.test(
|
||||
{ permissions: { run: true, read: true } },
|
||||
// deno lint bug, see https://github.com/denoland/deno_lint/issues/1206
|
||||
// deno-lint-ignore require-await
|
||||
async function childProcessExplicitResourceManagement() {
|
||||
let dead = undefined;
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue