kworkflow / patch-hub

patch-hub is a TUI that streamlines the interaction of Linux developers with patches archived on lore.kernel.org
GNU General Public License v2.0
7 stars 6 forks source link

Add linting with rust-clippy #32

Closed lorenzoberts closed 3 weeks ago

lorenzoberts commented 2 months ago

Context:

The project doesn't have a linting tool to adhere code improvements

Proposal:

Based on my rust experience, rust-clippy is a good choice since it doesn't require extra dependencies and usually provides reasonable suggestions

Setup: