summaryrefslogtreecommitdiff
path: root/doc/ale.txt
AgeCommit message (Expand)Author
2017-09-06Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910)Peter Renström
2017-09-03Document the new lintr optionw0rp
2017-09-03Make the grammar a little better for the g:ale_type_map optionw0rp
2017-09-03Detect and use CM files for smlnj (#884)Jake Zimmerman
2017-09-02#505 - Do not lint files on enter if the option for linting when the filetype...w0rp
2017-08-31Fix #895 - Run Node.js scripts with node.exe instead of node on Windowsw0rp
2017-08-30Fix docs for prettier-eslint verPavel Pertsev
2017-08-30Merge remote-tracking branch 'randrej/master' into c-clang-tidyw0rp
2017-08-30Add a linter for Apache Thrift IDL filesJon Parise
2017-08-28Use two exclamation marks for marking lint file linters, which are easier to ...w0rp
2017-08-28Fix - #883 Document linting behavior better, sync up the lists of supported t...w0rp
2017-08-25Add pycodestyle Python linter support (#872)Michael
2017-08-24Add clang-format fixer for C/C++ (#873)Peter Renström
2017-08-22Merge pull request #865 from jez/erubis-linterw0rp
2017-08-21Add erubis linterJake Zimmerman
2017-08-20Merge pull request #862 from notomo/add-phpcbf-fixerw0rp
2017-08-20Added new linter for GraphQL: gqlint (#863)Michiel Westerbeek
2017-08-20#653 Document the automatic error prompt closing behaviourw0rp
2017-08-20add phpcbf fixertmn-o3
2017-08-20#653 - Explain the new `filename` key support in the documentationw0rp
2017-08-19Update the documentation to mention the new behaviour for quickfixw0rp
2017-08-18Increase the default maximum completion suggestions to a more useful but safe...w0rp
2017-08-18Document completion support for ALE, and expand the fixer documentation a littlew0rp
2017-08-10Add linter for Idris (#838)Scott Bonds
2017-08-10Merge pull request #842 from gfontenot/gf-swiftformatw0rp
2017-08-10Automatically check for invalid help tag references, and fix some existing do...w0rp
2017-08-10Fix some broken tag linksw0rp
2017-08-09Add support for SwiftFormat as a fixerGordon Fontenot
2017-08-09Fix #468 - Add a cool down period for when things go wrongw0rp
2017-08-08Document the extra optional argument for ale#Queuew0rp
2017-08-08Fix #271 - Add the ability to open the quickfix or loclist windows only after...w0rp
2017-08-07#517 - Document arguments for defining LSP lintersw0rp
2017-08-07Document the PHP langserver integrationw0rp
2017-08-07Document the rls linterw0rp
2017-08-05Added clang-tidy for C, too.Andrej Radovic
2017-08-02Add Tcl nagelfar linterNick James
2017-07-18Fix #308 - Check Dart files with dartanalyzerw0rp
2017-07-17Add yaml swaglint linter (#771)Matthew Turland
2017-07-16Merge pull request #774 from dmitrivereshchagin/syntaxerl-linterw0rp
2017-07-16Added phpstan linter for php. (#772)Ardis
2017-07-16Add SyntaxErl linterDmitri Vereshchagin
2017-07-16#739 - Document the end_col and end_lnum keys for the loclist formatw0rp
2017-07-14#764 - Update the documentation to mention how to echo messages with the ALEL...w0rp
2017-07-13Add scalastyle linter (#766)Kevin Kays
2017-07-12Add rails_best_practices handler (resolves #655) (#751)Eddie Lebow
2017-07-11Fix documentation typoJulian Andrews
2017-07-11Prefer --fast for stack-build (#754)Jake Zimmerman
2017-07-09Add new Haskell linter (#742)Jake Zimmerman
2017-07-08Fix a syntax error in an examplew0rp
2017-07-08Added missing statement about `<Plug>(ale_toggle)` mapping to the documentati...Andrew Vimmer