ignoring camelCase suggestions.

This commit is contained in:
Kazu Yamamoto 2010-05-07 16:03:57 +09:00
parent bb363c92e7
commit 6e4f91f2ca

View File

@ -16,5 +16,5 @@ lintSyntax cmd file = pretty <$> lint cmd file
lint :: Options -> String -> IO String
lint cmd file = do
(_,hout,_,_) <- runInteractiveProcess (hlint cmd) [file] Nothing Nothing
(_,hout,_,_) <- runInteractiveProcess (hlint cmd) ["-i","Use camelCase",file] Nothing Nothing
hGetContents hout