rust-lang/rust-clippy

Warn if file contains large number of items

Open

#2,261 opened on Dec 6, 2017

View on GitHub
 (6 comments) (2 reactions) (0 assignees)Rust (1,391 forks)batch import
A-lintL-guidelinesT-ASTgood first issue

Repository metrics

Stars
 (10,406 stars)
PR merge metrics
 (Avg merge 19d 22h) (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