aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-06-23 10:44:45 +0100
committerdiogo464 <[email protected]>2025-06-23 10:44:45 +0100
commit154cc5c6ace2d19436bdbe9aa5a201cc68b53b8e (patch)
treed5c3ce9e50afde541d0cf2f9ed4b59c1bd74d950 /.github
parent8da000524e50610076d02c32ab97d57e8e01f0bb (diff)
Add clippy check to pre-commit hook and fix all clippy warnings
- Enhanced pre-commit hook to run cargo clippy with -D warnings - Fixed uninlined_format_args warnings by using variables directly in format strings - Removed needless borrows in .args() calls - Fixed print_literal warnings by moving literals out of format placeholders - Replaced seek_from_current with stream_position for better semantics - Fixed len_zero warning by using is_empty() instead of len() > 0 All code now passes both cargo fmt and cargo clippy checks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions