core-agent-ide/codex-rs/execpolicy/tests
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
..
bad.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
cp.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
good.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
head.rs fix: enable clippy on tests (#870) 2025-05-08 16:02:56 -07:00
literal.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
ls.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
parse_sed_command.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
pwd.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
sed.rs fix: enable clippy on tests (#870) 2025-05-08 16:02:56 -07:00