ndmitchell / hlint

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

Hlint fails if it encounters any non-UTF8 files #1595

Open NorfairKing opened 1 month ago

NorfairKing commented 1 month ago

Non-utf8 files are not silently ignored, so if there are any they crash hlint: https://github.com/ndmitchell/hlint/blob/75840f72b1cf344da6ef632650809d5f31e36115/src/GHC/All.hs#L180