mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-19 14:59:55 +08:00
Merge pull request #1955 from eborden/eborden/mising_hlint_executable_var
Remove test vars that cover bug
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
" Author: jparoz <jesse.paroz@gmail.com>
|
" Author: jparoz <jesse.paroz@gmail.com>
|
||||||
" Description: hlint for Haskell files
|
" Description: hlint for Haskell files
|
||||||
|
|
||||||
|
call ale#Set('haskell_hlint_executable', 'hlint')
|
||||||
|
call ale#Set('haskell_hlint_options', get(g:, 'hlint_options', ''))
|
||||||
|
|
||||||
function! ale_linters#haskell#hlint#Handle(buffer, lines) abort
|
function! ale_linters#haskell#hlint#Handle(buffer, lines) abort
|
||||||
let l:output = []
|
let l:output = []
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
Before:
|
Before:
|
||||||
call ale#assert#SetUpLinterTest('haskell', 'hlint')
|
call ale#assert#SetUpLinterTest('haskell', 'hlint')
|
||||||
|
|
||||||
let g:ale_haskell_hlint_executable = 'hlint'
|
|
||||||
let g:ale_haskell_hlint_options = ''
|
|
||||||
|
|
||||||
let b:base_opts = '--color=never --json -'
|
let b:base_opts = '--color=never --json -'
|
||||||
|
|
||||||
After:
|
After:
|
||||||
|
|||||||
Reference in New Issue
Block a user