ShellCheck-0.4.7: Shell script analysis tool

Safe HaskellNone
LanguageHaskell98

ShellCheck.AnalyzerLib

Documentation

composeAnalyzers :: (a -> Analysis) -> (a -> Analysis) -> a -> Analysis Source #

data Cache Source #

Constructors

Cache 

data Scope Source #

Instances

Eq Scope Source # 

Methods

(==) :: Scope -> Scope -> Bool #

(/=) :: Scope -> Scope -> Bool #

Show Scope Source # 

Methods

showsPrec :: Int -> Scope -> ShowS #

show :: Scope -> String #

showList :: [Scope] -> ShowS #

addComment :: MonadWriter [t] m => t -> m () Source #

warn :: MonadWriter [TokenComment] m => Id -> Code -> String -> m () Source #

err :: MonadWriter [TokenComment] m => Id -> Code -> String -> m () Source #

info :: MonadWriter [TokenComment] m => Id -> Code -> String -> m () Source #

findFirst :: (a -> Maybe Bool) -> [a] -> Maybe a Source #

potentially :: Monad m => Maybe (m ()) -> m () Source #

headOrDefault :: t -> [t] -> t Source #

(!!!) :: [a] -> Int -> Maybe a Source #

whenShell :: (Foldable t, MonadReader Parameters m) => t Shell -> m () -> m () Source #