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

10 lines
264 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',
Break shared handlers up into their own files, and fix stylelint error handling
2017-04-24 22:27:18 +01:00
\ 'callback': 'ale#handlers#haskell#HandleGHCFormat',
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
\})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 114ms Template: 2ms
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