ndmitchell/hlint

Suggest the right form of HLint ignoring

Open

#1,181 opened on Dec 13, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (1,594 stars) (208 forks)batch import
good first issue

Description

Currently we recommend three forms at https://github.com/ndmitchell/hlint/blob/master/README.md#ignoring-hints. We should adjust the documentation to only recommend {- HLINT -} style ignores (but note the other two exist), and use HLint to encourage people to switch to the new form.

Contributor guide