con un clic
fix-clippy
Fix all clippy lint warnings in the project
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Fix all clippy lint warnings in the project
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Trigger a new lambda release, update build.rs with the new artifact URL and SHA256, and open a PR
Create a simple PR from staged changes with an auto-generated commit message
Run `make fmt` to check the code format.
Bump tantivy to the latest commit on main branch, fix compilation issues, and open a PR
Basado en la clasificación ocupacional SOC
| name | fix-clippy |
| description | Fix all clippy lint warnings in the project |
Clippy issues are warnings, not errors. Never grep for error when looking for clippy issues.
Run make fix to automatically fix clippy warnings:
make fix
Check for remaining warnings that couldn't be auto-fixed:
cargo clippy --tests 2>&1 | grep "^warning:" | sort -u
For each remaining warning, find the exact location and fix it manually.