ndmitchell/hlint

`use camel case` emits *two* hints

Open

#1 529 ouverte le 4 juil. 2023

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Haskell (208 forks)batch import
good first issue

Métriques du dépôt

Stars
 (1 594 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur