NOTE: The machinery needed to run HLint as a Code Climate engine was merged upstream. Please see https://github.com/ndmitchell/hlint for details and to report Issues. This project has been archived.
Code Climate Engine to run HLint
git clone https://github.com/pbrisbin/codeclimate-hlint
cd codeclimate-hlint
make release
.codeclimate.yml
engines:
hlint:
enabled: true
codeclimate analyze
Install stack
stack setup
stack build
stack test