Add hlint refactoring as a fixer (#1836)

This commit is contained in:
Evan Borden
2018-08-23 18:23:54 -04:00
committed by w0rp
parent 2600524274
commit 707b539969
5 changed files with 57 additions and 0 deletions

View File

@@ -67,6 +67,16 @@ g:ale_haskell_hfmt_executable *g:ale_haskell_hfmt_executable*
This variable can be changed to use a different executable for hfmt.
===============================================================================
hlint *ale-haskell-hlint*
g:ale_haskell_hlint_executable *g:ale_haskell_hlint_executable*
*b:ale_haskell_hlint_executable*
Type: |String|
Default: `'hlint'`
This variable can be changed to use a different executable for hlint.
===============================================================================
stack-build *ale-haskell-stack-build*