hlint does not support --quiet anymore.
This commit is contained in:
parent
9c30b11667
commit
1ae10600e7
@ -18,4 +18,4 @@ lintSyntax opt file = pack <$> lint opt file
|
|||||||
lint :: Options
|
lint :: Options
|
||||||
-> FilePath -- ^ A target file.
|
-> FilePath -- ^ A target file.
|
||||||
-> IO [String]
|
-> IO [String]
|
||||||
lint opt file = map show <$> hlint ([file, "--quiet"] ++ hlintOpts opt)
|
lint opt file = map show <$> hlint ([file] ++ hlintOpts opt)
|
||||||
|
Loading…
Reference in New Issue
Block a user