ndmitchell/hlint

`use camel case` emits *two* hints

Ouverte

#1 529 ouverte le 4 juil. 2023

 (1 commentaire) (0 réaction) (0 personne assignée)Haskell (208 forks)batch import
good first issue

Métriques du dépôt

Stars
 (1 602 étoiles)
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