ignoring camelCase suggestions.
This commit is contained in:
parent
bb363c92e7
commit
6e4f91f2ca
2
Lint.hs
2
Lint.hs
@ -16,5 +16,5 @@ lintSyntax cmd file = pretty <$> lint cmd file
|
|||||||
|
|
||||||
lint :: Options -> String -> IO String
|
lint :: Options -> String -> IO String
|
||||||
lint cmd file = do
|
lint cmd file = do
|
||||||
(_,hout,_,_) <- runInteractiveProcess (hlint cmd) [file] Nothing Nothing
|
(_,hout,_,_) <- runInteractiveProcess (hlint cmd) ["-i","Use camelCase",file] Nothing Nothing
|
||||||
hGetContents hout
|
hGetContents hout
|
||||||
|
Loading…
Reference in New Issue
Block a user