summaryrefslogtreecommitdiff
path: root/ale_linters/haskell
AgeCommit message (Expand)Author
2022-02-02Allow to configure haskell-language-server LSP config (#4038)Tomáš Janoušek
2021-11-19Add cspell Linter (#3981)David Houston
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2021-01-31Add linter for haskell-language-serveryen3
2019-04-17#1791 Set the working directory for cabal and stackIan Shipman
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-07Fix #2276 - Replace a potentially infinite loop for hiew0rp
2019-02-06Update syntax checkingw0rp
2019-01-22Add haskell_stack_ghc_options like …_cabal_ghc_…Robert Estelle
2018-10-25Only run stack if a stack.yaml config is found (#1752)Anthony Poon
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
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-08-02Add Haskell IDE Engine (hie) support (#1735)Luxed
2018-07-24#1754 Require snake_case names for linters in the codebasew0rp
2018-07-20Add cabal-ghc linterEric Wolf
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