fix: resolve all clippy warnings and fix test compilation errors

Address clippy pedantic/all lints: format_push_string in sqlite memory,
match_same_arms and match_wildcard_for_single_variants in anthropic
provider and prometheus observer, option_as_ref_cloned in main. Fix
pre-existing test compilation errors in gateway (missing max_keys arg
and trust_forwarded_headers field) and memory_store (missing security
arg). Add .worktrees/ to gitignore.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
xj 2026-02-18 03:05:45 -08:00 committed by Chummy
parent 6062888d1b
commit 65a12dd611
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -27,3 +27,4 @@ venv/
*.key
*.pem
credentials.json
.worktrees/