summaryrefslogtreecommitdiff
path: root/ale_linters/haskell
AgeCommit message (Expand)Author
2018-04-07Fix #1479 - Respect g:hdevtools_options for hdevtoolsw0rp
2018-01-01haskell_ghc_options are now added to the ghc commandKevin Tindall
2017-09-11Require function! to be used instead of functionw0rp
2017-08-18Fix #858 - Fix the stack ghc-mod commandw0rp
2017-08-13Make ghc-mod be awared of cabal fileVo Anh Duy
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-24Make executable and options configurable for hdevtoolsTakano Akio
2017-07-18Fix #710 - Show hlint suggestions as info items, and include end line and col...w0rp
2017-07-11Prefer --fast for stack-build (#754)Jake Zimmerman
2017-07-09Add new Haskell linter (#742)Jake Zimmerman
2017-05-15Haskell: add ghc-mod linterwisut hantanong
2017-04-24Break shared handlers up into their own files, and fix stylelint error handlingw0rp
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-02-17Add hdevtools linter for haskellRob Berry
2017-02-16Add hdevtools linter for haskellRob Berry
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
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-11-28Fix #188: Revert to and older version of the Haskell linter, which works betterw0rp
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
2016-10-11Remove many redundant handlersBjorn Neergaard
2016-10-11Use explicit scope in all ale_lintersBjorn Neergaard
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-08Correct all Vint warningsw0rp
2016-10-06GHC Linter for Haskell StackHong Minhee
2016-10-04Add comment headers to ale_lintersPrashanth Chandra
2016-09-18Add support for checking Haskell code via a wrapper script which can be used ...w0rp