ndmitchell/hlint

`use camel case` emits *two* hints

Open

#1,529 创建于 2023年7月4日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Haskell (1,594 star) (208 fork)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.

贡献者指南