Apply
- applyHintFile :: ParseFlags -> [Setting] -> FilePath -> IO [Idea]
- applyHintFiles :: ParseFlags -> [Setting] -> [FilePath] -> IO [Idea]
- applyHintString :: ParseFlags -> [Setting] -> FilePath -> String -> IO [Idea]
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.