rust-lang/rust-clippy
GitHub で見るdoc_markdown should ignore things which just contain acronyms
Open
#1,136 opened on 2016年8月5日
C-enhancementgood first issue
Repository metrics
- Stars
- (10,406 stars)
- PR merge metrics
- (平均マージ 19d 22h) (30d で 113 merged PRs)
説明
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.