ndmitchell / hlint

Haskell source code suggestions
Other
1.45k stars 194 forks source link

Repeated hint names #1582

Open yav opened 3 months ago

yav commented 3 months ago

I was going through the list of hints:

https://github.com/ndmitchell/hlint/blob/master/hints.md

and I noticed that some unrelated hints have the same name. For example "usePutStrLn" is used for replacing putStr (xs ++ "\n") but also for replacing hPutrStrLn stdout, which are pretty different and I suspect it is unintentional. There's a bunch of other ones like that too.