Options (1)
-r, --reportbooleanCheck all Haskell files and generate a report
Example:
hlint {{path/to/directory}} {{[-r|--report]}}Examples (5)
Display suggestions for a given file
hlint path/to/file optionsCheck all Haskell files and generate a report
hlint path/to/directory [-r|--report]Automatically apply most suggestions
hlint path/to/file --refactorDisplay additional options
hlint path/to/file --refactor-optionsGenerate a settings file ignoring all outstanding hints
hlint path/to/file --default > .hlint.yamlmade by @shridhargupta | data from tldr-pages