hlint icon indicating copy to clipboard operation
hlint copied to clipboard

Proposal: don't include the "use void" hint in the default hints

Open MangoIV opened this issue 11 months ago • 0 comments

When using () <$ which is in Prelude, hlint suggests using void which is more verbose, not in Prelude, has an opinionated naming scheme and otherwise has no advantages over () <$.

I propose keeping the lint but not enabling it by default.

MangoIV avatar Mar 12 '25 14:03 MangoIV