6 comments (6 comments)2 reactions (2 reactions)0 assignees (0 assignees)Rust1,391 forks (1,391 forks)batch import
A-lintL-guidelinesT-ASTgood first issue
Repository metrics
- Stars
- 10,406 stars (10,406 stars)
- PR merge metrics
- Avg merge 19d 22h (Avg merge 19d 22h)113 merged PRs in 30d (113 merged PRs in 30d)
Description
Basically a lint that pushes people to factor their code into multiple files. I have no idea exactly how this would be computed, but it'd be nice to have in some form.
Contributor guide
- Research direction
- Research how Clippy lints are structured, specifically the counting of items in a file. Look into existing lints that operate on file size or item count. Consider using the AST to count top level items.
- Tech stack
- rust
- Domain
- devtools
- Issue type
- Feature
- Prerequisites
- RustGit