vimrc: remove eta reduce hint from hlint

This commit is contained in:
2019-05-25 20:56:13 +02:00
parent f607d5315c
commit ad66edac68

1
vimrc
View File

@@ -355,3 +355,4 @@ command Cr !carp -x %
let g:syntastic_python_checkers = ['python']
let g:syntastic_python_python_exec = '/usr/local/bin/python3'
let g:syntastic_haskell_hlint_args = "-i 'Eta reduce'"