Use released DotSlash package for argument-comment lint

This commit is contained in:
Michael Bolin
2026-03-19 17:08:47 -07:00
parent 403b397e4e
commit eef5b65f1b
9 changed files with 525 additions and 46 deletions

View File

@@ -251,15 +251,15 @@ async fn run_command_under_sandbox(
&config.permissions.file_system_sandbox_policy,
config.permissions.network_sandbox_policy,
sandbox_policy_cwd.as_path(),
false,
/*enforce_managed_network*/ false,
network.as_ref(),
None,
/*extensions*/ None,
);
let network_policy = config.permissions.network_sandbox_policy;
spawn_debug_sandbox_child(
PathBuf::from("/usr/bin/sandbox-exec"),
args,
None,
/*arg0*/ None,
cwd,
network_policy,
env,