ndmitchell/hlint

`use camel case` emits *two* hints

オープン

#1,529 opened on 2023/07/04

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (208 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (1,602 個のスター)
PR merge metrics
 (30d に merged 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.

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