hlint
hlint copied to clipboard
Proposal: don't include the "use void" hint in the default hints
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.