core-agent-ide/codex-rs/execpolicy/src
Michael Bolin a9adb4175c
fix: enable clippy on tests (#870)
https://github.com/openai/codex/pull/855 added the clippy warning to
disallow `unwrap()`, but apparently we were not verifying that tests
were "clippy clean" in CI, so I ended up with a lot of local errors in
VS Code.

This turns on the check in CI and fixes the offenders.
2025-05-08 16:02:56 -07:00
..
arg_matcher.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
arg_resolver.rs Workspace lints and disallow unwrap (#855) 2025-05-08 09:46:18 -07:00
arg_type.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
default.policy feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
error.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
exec_call.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
execv_checker.rs fix: enable clippy on tests (#870) 2025-05-08 16:02:56 -07:00
lib.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
main.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
opt.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
policy.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
policy_parser.rs Workspace lints and disallow unwrap (#855) 2025-05-08 09:46:18 -07:00
program.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
sed_command.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
valid_exec.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00