summaryrefslogtreecommitdiff
path: root/ale_linters/haskell/hdevtools.vim
AgeCommit message (Collapse)Author
2017-07-24Make executable and options configurable for hdevtoolsTakano Akio
2017-04-24Break shared handlers up into their own files, and fix stylelint error handlingw0rp
2017-02-17Add hdevtools linter for haskellRob Berry
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-16Add hdevtools linter for haskellRob Berry
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