ndmitchell/hlint

`use camel case` emits *two* hints

Open

#1,529 opened on Jul 4, 2023

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

Repository metrics

Stars
 (1,602 stars)
PR merge metrics
 (No merged PRs in 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.

Contributor guide