ndmitchell/hlint

`use camel case` emits *two* hints

Open

#1,529 建立於 2023年7月4日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Haskell (208 fork)batch import
good first issue

倉庫指標

Star
 (1,594 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南