ndmitchell/hlint

`use camel case` emits *two* hints

Open

#1529 aperta il 4 lug 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Haskell (208 fork)batch import
good first issue

Metriche repository

Star
 (1594 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor