summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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 doc tag alignmentw0rp
2017-08-30Add prettier-eslint legacy optionPavel Pertsev
2017-08-30Fix docs for prettier-eslint verPavel Pertsev
2017-08-30Merge remote-tracking branch 'randrej/master' into c-clang-tidyw0rp
2017-08-30Complain about badly aligned documentation on Travis CI, and fix some existin...w0rp
2017-08-30Fix the tag alignment for the tslint documentationw0rp
2017-08-30Merge remote-tracking branch 'jclem/master' into tslint-rulesw0rp
2017-08-30Add a linter for Apache Thrift IDL filesJon Parise
2017-08-29Add support for prettier configuration file. (#886)aliou
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-22Suppress warning about .eslintignore'd file (#836)Eric Stern
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-19Syntaxerl linter feature check (#861)Dmitri Vereshchagin
2017-08-19#860 Only enable the new option for setting the original filename for SyntaxE...w0rp
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 documentation for the PHP langserver optionsw0rp
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-07The default for ale_rust_cargo_use_check was wrong in the documentationw0rp
2017-08-06Fixed helptag alignment.Andrej Radovic
2017-08-06Fixed the comments, left only the doc URLAndrej Radovic
2017-08-05Added clang-tidy for C, too.Andrej Radovic
2017-08-02Add Tcl nagelfar linterNick James
2017-08-02Fix indentation and a typo in the gometalinter documentationw0rp
2017-08-02added gometalinter docs - Fix for #816Jeff Willette
2017-07-24Make executable and options configurable for hdevtoolsTakano Akio
2017-07-21Document g:ale_typescript_tslint_rules_dirJonathan Clem
2017-07-21fix typo in doc/ale-goRei MOCHIZUKI