| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
ShellCheck.Interface
Documentation
newtype SystemInterface m Source #
Constructors
| SystemInterface | |
Fields
| |
data CheckResult Source #
Instances
data ParseResult Source #
Instances
data AnalysisSpec Source #
data AnalysisResult Source #
data FormatterOptions Source #
data ExecutionMode Source #
Instances
type ErrorMessage = String Source #
data PositionedComment Source #
Instances
data TokenComment Source #
Instances
newAnalysisSpec :: Token -> AnalysisSpec Source #
mockedSystemInterface :: [(String, String)] -> SystemInterface Identity Source #
newComment :: Comment Source #