-l for lint.
This commit is contained in:
parent
ab5e082e81
commit
841c721928
@ -13,7 +13,7 @@ lintSyntax :: Options
|
|||||||
lintSyntax opt file = pack <$> lint hopts file
|
lintSyntax opt file = pack <$> lint hopts file
|
||||||
where
|
where
|
||||||
LineSeparator lsep = lineSeparator opt
|
LineSeparator lsep = lineSeparator opt
|
||||||
pack = unlines . map (intercalate lsep . lines)
|
pack = convert opt . map (intercalate lsep . lines)
|
||||||
hopts = hlintOpts opt
|
hopts = hlintOpts opt
|
||||||
|
|
||||||
-- | Checking syntax of a target file using hlint.
|
-- | Checking syntax of a target file using hlint.
|
||||||
|
Loading…
Reference in New Issue
Block a user