Logo
Explore Help
Sign In
hasufell/ale
1
0
Fork 0
You've already forked ale
Code Issues Pull Requests Releases Wiki Activity
Files
18508f74532f41aa4c66a5e217550f00d150a30d
ale/ale_linters/haskell/hdevtools.vim

10 lines
256 B
VimL
Raw Normal View History

Add hdevtools linter for haskell This adds support for the hdevtools haskell linter https://github.com/hdevtools/hdevtools The output for hdevtools is near identical to the ghc output so this also extracts the ghc handler into the handle file and adds tests * Add testing for previous major release of ghc
2017-02-14 22:47:53 +00:00
" Author: rob-b
Add hdevtools linter for haskell This adds support for the hdevtools haskell linter https://github.com/hdevtools/hdevtools The output for hdevtools is near identical to the ghc output so this also extracts the ghc handler into the handle file and adds tests
2017-02-14 22:47:53 +00:00
" Description: hdevtools for Haskell files
call ale#linter#Define('haskell', {
\ 'name': 'hdevtools',
\ 'executable': 'hdevtools',
\ 'command': 'hdevtools check -g -Wall -p %s %t',
\ 'callback': 'ale#handlers#HandleGhcFormat',
\})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 80ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API