core-agent-ide/codex-rs/execpolicy/src
Parker Thompson a075424437
Added allow-expect-in-tests / allow-unwrap-in-tests (#2328)
This PR:
* Added the clippy.toml to configure allowable expect / unwrap usage in
tests
* Removed as many expect/allow lines as possible from tests
* moved a bunch of allows to expects where possible

Note: in integration tests, non `#[test]` helper functions are not
covered by this so we had to leave a few lingering `expect(expect_used`
checks around
2025-08-14 17:59:01 -07:00
..
arg_matcher.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
arg_resolver.rs Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#903) 2025-05-14 09:39:49 -07:00
arg_type.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
default.policy Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#903) 2025-05-14 09:39:49 -07:00
error.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
exec_call.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
execv_checker.rs Added allow-expect-in-tests / allow-unwrap-in-tests (#2328) 2025-08-14 17:59:01 -07:00
lib.rs feat: introduce codex_execpolicy crate for defining "safe" commands (#634) 2025-04-24 17:14:47 -07:00
main.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
opt.rs Update cargo to 2024 edition (#842) 2025-05-07 08:37:48 -07:00
policy.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
policy_parser.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -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