diff --git a/src/ShellCheck/Formatter/Quiet.hs b/src/ShellCheck/Formatter/Quiet.hs index 9ad8b97..b7e0ee9 100644 --- a/src/ShellCheck/Formatter/Quiet.hs +++ b/src/ShellCheck/Formatter/Quiet.hs @@ -27,8 +27,7 @@ import Data.IORef import System.Exit format :: FormatterOptions -> IO Formatter -format options = do - topErrorRef <- newIORef [] +format options = return Formatter { header = return (), footer = return (),