
hlint
List of commands for hlint:
-
hlint:tldr:5d45c hlint: Check all Haskell files and generate a report.$ hlint ${path-to-directory} --reporttry on your machineexplain this command
-
hlint:tldr:a3852 hlint: Generate a settings file ignoring all outstanding hints.$ hlint ${filename} --default > ${-hlint-yaml}try on your machineexplain this command
-
hlint:tldr:b9067 hlint: Automatically apply most suggestions.$ hlint ${filename} --refactortry on your machineexplain this command
-
hlint:tldr:e9738 hlint: Display suggestions for a given file.$ hlint ${filename} optionstry on your machineexplain this command
-
hlint:tldr:fdf05 hlint: Display additional options.$ hlint ${filename} --refactor-optionstry on your machineexplain this command