ShellCheck-0.4.1: Shell script analysis tool

Safe HaskellNone
LanguageHaskell98

ShellCheck.Formatter.Format

Documentation

data Formatter Source

Constructors

Formatter 

Fields

header :: IO ()
 
onResult :: CheckResult -> String -> IO ()
 
onFailure :: FilePath -> ErrorMessage -> IO ()
 
footer :: IO ()