rust-lang/rust-clippy

doc_markdown should ignore things which just contain acronyms

Open

#1,136 创建于 2016年8月5日

在 GitHub 查看
 (5 评论) (2 反应) (0 负责人)Rust (1,391 fork)batch import
C-enhancementgood first issue

仓库指标

Star
 (10,406 star)
PR 合并指标
 (平均合并 19天 22小时) (30 天内合并 113 个 PR)

描述

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.

贡献者指南