rust-lang/rust-clippy

doc_markdown should ignore things which just contain acronyms

Open

#1 136 ouverte le 5 août 2016

Voir sur GitHub
 (5 commentaires) (2 réactions) (0 assignés)Rust (1 391 forks)batch import
C-enhancementgood first issue

Métriques du dépôt

Stars
 (10 406 stars)
Métriques de merge PR
 (Merge moyen 19j 22h) (113 PRs mergées en 30 j)

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.

Guide contributeur