hlint

Apply

Synopsis

Documentation

applyHintFile :: ParseFlags -> [Setting] -> FilePath -> IO [Idea]

Apply hints to a single file.

applyHintFiles :: ParseFlags -> [Setting] -> [FilePath] -> IO [Idea]

Apply hints to multiple files, allowing cross-file hints to fire.

applyHintString :: ParseFlags -> [Setting] -> FilePath -> String -> IO [Idea]

Apply hints to the contents of a single file.