ruvector/.github
rUv 4357255fa8 fix(ci): Allow stylistic clippy lints in CI configuration
Add allowances for non-critical clippy lints that would require
extensive refactoring to fix:
- should_implement_trait
- collapsible_str_replace
- useless_format
- needless_range_loop
- comparison_chain
- not_unsafe_ptr_arg_deref (pgrx requires this pattern)
- derivable_impls
- redundant_closure
- manual_div_ceil
- unnecessary_cast
- unwrap_or_default

These are stylistic preferences that don't affect correctness.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 22:11:58 +00:00
..
benchmarks feat: Add Neo4j-compatible hypergraph database package (ruvector-graph) 2025-11-25 23:11:54 +00:00
workflows fix(ci): Allow stylistic clippy lints in CI configuration 2025-12-26 22:11:58 +00:00