Logo
Explore Help
Sign In
hasufell/ale
1
0
Fork 0
You've already forked ale
Code Issues Pull Requests Releases Wiki Activity
Files
81f27a99c882fde3dfa004e6494efcd27b5d5e96
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: 842ms Template: 1ms
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