ndmitchell/hlint

`use camel case` emits *two* hints

Open

#1.529 aberto em 4 de jul. de 2023

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Haskell (208 forks)batch import
good first issue

Métricas do repositório

Stars
 (1.594 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Currently hlint emits two hints for something like

mk_meth_spec_prags :: ....
mk_meth_spec_prags = ...

both on the type and the method itself. I think it should only emit one hint.

Guia do colaborador