#13 feat: add PERF015 rule detecting implicit type conversion - #108
Conversation
Rust Diff AnalysisTip PR size is within limits. Good job keeping changes focused! Limits — configured thresholds for this repository
Understanding the metrics:
Summary — breakdown of changes by category
Production Changes — 9 units modified
Test Changes — 3 units modified
Analysis ScopeAnalyzed: 3 Rust files Skipped files:
Skipped file list:
|
Cargo Quality AnalysisTip All quality checks passed. Code meets all standards! Results — issues found by each analyzer
Analyzers — what each check does
Raw Output — detailed analysis log |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Closes #13
New schema-aware performance rule PERF015 (Warning): flags WHERE comparisons of a text column (CHAR/VARCHAR/TEXT) with a bare numeric literal — the engine casts the column side on every row, disabling its index.
Local checks: fmt, clippy -D warnings, 475 tests, cargo qual (0 issues), mdbook build — all green.