summaryrefslogtreecommitdiff
path: root/ale_linters/haskell/hlint.vim
AgeCommit message (Expand)Author
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-09-28Set global vars in hlint linter file.Evan Rutledge Borden
2018-09-28Add better support for Haskell stack compiler tools (#1851)Evan Borden
2018-09-18Define custom vim global variables to pass options to hlintKtorZ
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-27#810 - Handle output which is not JSON in many lintersw0rp
2017-07-18Fix #710 - Show hlint suggestions as info items, and include end line and col...w0rp
2017-03-30Remove 'col' from linters where it is hardcoded to 1 (#434)Adriaan Zonnenberg
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2016-12-14Improve formatting of ghc and hlint haskell lintersRob Berry
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-19Fix some Vint problems.w0rp
2016-10-19Added support for hlintJesse Paroz