logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HLint - haskell source code suggestions

Author

       This   manual   page   was  written  by  Joachim Breitner <nomeata@debian.org> for the Debian system (but
       may be used by others).

HLint (C) Neil Mitchell 2006-2009                   July 2009                                           HLINT(1)

Description

HLint  is  a  tool  for suggesting possible improvements to Haskell code. These suggestions include ideas
       such as using alternative functions, simplifying code and spotting redundancies.

Example

       "To check all Haskell files in 'src' and generate a report type:"

              hlint src --report

Name

       HLint - haskell source code suggestions

Options

-?--help
              Display help message

       -v--version
              Display version information

       -r[file]--report[=file]
              Generate a report in HTML

       -hfile--hint=file
              Hint/ignore file to use

       -c--color, --colour
              Color the output (requires ANSI terminal)

       -imessage--ignore=message
              Ignore a particular hint

       -s--show
              Show all ignored ideas

       -t--test
              Run in test mode

See Also

       The full documentation for HLint is available in /usr/share/doc/hlint/README.md.gz.

Synopsis

hlint [files/directories] [options]

See Also