ndmitchell/hlint

`use camel case` emits *two* hints

Aperta

#1529 aperta il 4 lug 2023

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

Metriche repository

Star
 (1602 stelle)
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