Files
foxhunt/foxhunt-deploy/src
jgrusewski c768800551 lint(foxhunt-deploy): fix all 90 clippy deny violations
- Replace 51 .to_string() on &str with .to_owned()
- Allow non_ascii_literal on 6 functions with intentional emoji output
- Rename 2 shadowed 'line' variables in Docker build/push loops
- Replace unreachable!() with Ok(()) return in init command
- Simplify if/else to bool::then_some for log parser
- Use drop() on dotenvy::from_filename must_use result

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 01:59:11 +01:00
..