148

Language / Framework: Haskell
Checks: 14
Categories: Style
HLint Version: 2.2.2

codeclimate-hlint is a Code Climate engine that wraps hlint, a tool for suggesting possible improvements to Haskell code.

Enable the Plugin

To enable hlint analysis, add the following to your .codeclimate.yml configuration file:

plugins:
  hlint:
    enabled: true

More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate

Configure the Plugin

There is no configuration available for this engine.

Understand the Plugin

This blog post by Neil Mitchell is a good place to start if you're curious about hlint.