diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-09-26 15:38:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 15:38:15 +0100 |
commit | 58ceb21cbc10a05f376664da31c8d7621e6d3669 (patch) | |
tree | 838f66cea354fcec1861c4b2a5923ea0a1af8815 /doc | |
parent | 143c3cd09f52996c90b78059275a400d3c2327b0 (diff) | |
parent | bd32b7c856937cfe8dae67907b9bde19b6bccb80 (diff) | |
download | ale-58ceb21cbc10a05f376664da31c8d7621e6d3669.zip |
Merge pull request #1908 from KtorZ/master
Allow extra options to be passed to haskell:hlint
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-haskell.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt index c1f1e889..a59fa4e2 100644 --- a/doc/ale-haskell.txt +++ b/doc/ale-haskell.txt @@ -77,6 +77,15 @@ g:ale_haskell_hlint_executable *g:ale_haskell_hlint_executable* This variable can be changed to use a different executable for hlint. + +g:ale_haskell_hlint_options g:ale_haskell_hlint_options + b:ale_haskell_hlint_options + Type: String + Default: '' + + This variable can be used to pass extra options to the underlying hlint + executable. + =============================================================================== stack-build *ale-haskell-stack-build* |