rust-lang/rust-clippy
View on GitHubdoc_markdown should ignore things which just contain acronyms
Open
#1,136 opened on Aug 5, 2016
C-enhancementgood first issue
Description
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.