rust-lang/rust-clippy

doc_markdown should ignore things which just contain acronyms

Open

#1.136 aberto em 5 de ago. de 2016

Ver no GitHub
 (5 comments) (2 reactions) (0 assignees)Rust (1.391 forks)batch import
C-enhancementgood first issue

Métricas do repositório

Stars
 (10.406 stars)
Métricas de merge de PR
 (Mesclagem média 19d 22h) (113 fundiu PRs em 30d)

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.

Guia do colaborador