ndmitchell/hlint

`use camel case` emits *two* hints

Open

#1,529 opened on 2023年7月4日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Haskell (1,594 stars) (208 forks)batch import
good first issue

説明

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.

コントリビューターガイド

`use camel case` emits *two* hints · ndmitchell/hlint#1529 | Good First Issue