rust-lang/rust-clippy

doc_markdown should ignore things which just contain acronyms

Open

#1136 aperta il 5 ago 2016

Vedi su GitHub
 (5 commenti) (2 reazioni) (0 assegnatari)Rust (1391 fork)batch import
C-enhancementgood first issue

Metriche repository

Star
 (10.406 star)
Metriche merge PR
 (Merge medio 19g 22h) (113 PR mergiate in 30 g)

Descrizione

Instead of needing to manually whitelist, we should ignore things like DirectX and OpenGL. For something to be camel case, it should have at least two camelcase words in it, each which have at least one lowercase letter.

Guida contributor