ShellCheck-0.10.0: Shell script analysis tool
Safe HaskellNone
LanguageHaskell98

ShellCheck.Fixer

Documentation

applyFix :: Fix -> Array Int String -> [String] Source #

removeTabStops :: Ranged a => a -> Array Int String -> a Source #

runTests :: IO Bool Source #

Orphan instances

Monoid Fix Source # 
Instance details

Methods

mempty :: Fix

mappend :: Fix -> Fix -> Fix

mconcat :: [Fix] -> Fix

Semigroup Fix Source # 
Instance details

Methods

(<>) :: Fix -> Fix -> Fix

sconcat :: NonEmpty Fix -> Fix

stimes :: Integral b => b -> Fix -> Fix