Forrest logo
back to context overview

hlint

List of commands for hlint:

  • hlint:tldr:5d45c hlint: Check all Haskell files and generate a report.
    $ hlint ${path-to-directory} --report
    try on your machine
    explain this command
  • hlint:tldr:a3852 hlint: Generate a settings file ignoring all outstanding hints.
    $ hlint ${filename} --default > ${-hlint-yaml}
    try on your machine
    explain this command
  • hlint:tldr:b9067 hlint: Automatically apply most suggestions.
    $ hlint ${filename} --refactor
    try on your machine
    explain this command
  • hlint:tldr:e9738 hlint: Display suggestions for a given file.
    $ hlint ${filename} options
    try on your machine
    explain this command
  • hlint:tldr:fdf05 hlint: Display additional options.
    $ hlint ${filename} --refactor-options
    try on your machine
    explain this command
back to context overview