summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-09-10Fix numerous issues with integration documentation tags and the table of ↵w0rp
contents, and add a script to check for theses issues
2017-09-10Elm local install support (#915)Clément DOUIN
* Add Elm support for npm local installation
2017-09-09Add elm-format as a new fixer (#916)Clément DOUIN
* Add elm-format as a new fixer
2017-09-08Add GLSL linter using glslang (#914)Sven-Hendrik Haase
* Add a glslang linter for GLSL
2017-09-07Add cuda nvcc linter (#874)BlahGeek
* add cuda nvcc linter
2017-09-06Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910)Peter Renström
* Add prettier fixer support for typescript * Add prettier fixer support for css and scss * Add prettier fixer support for json * Use getbufvar() to get &filetype
2017-09-06Add an option for ignoring the output of TSLint if a file contains a single ↵w0rp
blank line
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
* Detect and use CM files for smlnj * Split into two checkers - one for CM projects - one for single SML files * Fix some typos * Fix error caught by writing tests We want to actually use `glob` to search in paths upwards from us. (Previously we were just searching in the current directory every time!) * Fix errors from former test run * Write tests for GetCmFile and GetExecutableSmlnj * Typo in 'smlnj/' fixture filenames
2017-09-02#505 - Do not lint files on enter if the option for linting when the ↵w0rp
filetype changed is on
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 ↵w0rp
existing problems
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
This linter works by invoking the `thrift` compiler with the buffer contents and reporting any parser and code generation issues. The handler rolls its own output-matching loop because we have the (unfortunate) requirement of handling error output that spans multiple lines. Unit tests cover both the command callback and handler, and there is initial documentation for all of the option variables.
2017-08-29Add support for prettier configuration file. (#886)aliou
* Add support for prettier configuration file. As of version 1.6.0, prettier allows passing a `--config` argument with a path to a configuration file. * Add test prettier configuration file. * Add option to use local prettier configuration. * Add description for new prettier option. * Also check if the config is present before using it.
2017-08-28Use two exclamation marks for marking lint file linters, which are easier to ↵w0rp
see and click
2017-08-28Fix - #883 Document linting behavior better, sync up the lists of supported ↵w0rp
tools, andautomatically demand that they stay in sync
2017-08-25Add pycodestyle Python linter support (#872)Michael
Add a pycodestyle linter
2017-08-24Add clang-format fixer for C/C++ (#873)Peter Renström
* Add clang-format fixer for C/C++ * Document clang-format options * Refer ale-cpp-clangformat to ale-c-clangformat
2017-08-22Suppress warning about .eslintignore'd file (#836)Eric Stern
* Suppress warning about .eslintignore'd file * Fix slightly ironic lint error * Lock error suppression behind a variable; add docs and tests
2017-08-22Merge pull request #865 from jez/erubis-linterw0rp
Add erubis linter
2017-08-21Add erubis linterJake Zimmerman
This linter works largely the same as the existing `erubylint` linter, except it works with `erubis` instead of `erb` as the driving command.
2017-08-20Merge pull request #862 from notomo/add-phpcbf-fixerw0rp
add phpcbf fixer
2017-08-20Added new linter for GraphQL: gqlint (#863)Michiel Westerbeek
* Added new linter for GraphQL: GQLint * added help-files
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
* Add feature check for SyntaxErl linter * Escape SyntaxErl executable path in commands
2017-08-19#860 Only enable the new option for setting the original filename for ↵w0rp
SyntaxErl if an option is on in ALE
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 ↵w0rp
safe level, and filter before requesting details, which is faster
2017-08-18Document completion support for ALE, and expand the fixer documentation a littlew0rp
2017-08-10Add linter for Idris (#838)Scott Bonds
* Add linter for Idris * Fix parsing warnings and column ranges in Idris linter * Make Idris linter configurable. Fix help tag.
2017-08-10Merge pull request #842 from gfontenot/gf-swiftformatw0rp
Add support for SwiftFormat as a fixer
2017-08-10Automatically check for invalid help tag references, and fix some existing ↵w0rp
documentation issues
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
SwiftFormat is a tool that can be used to format Swift files. This commit adds support for using SwiftFormat as a fixer from ALE. It looks for executables in the Pods directory, then the Pods directory for a React Native project, then finally falls back to the globally installed instance if neither of those were found. https://github.com/nicklockwood/SwiftFormat
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 ↵w0rp
after saving a file
2017-08-07#517 - Document arguments for defining LSP lintersw0rp
2017-08-07Document the PHP langserver integrationw0rp
2017-08-07Document the rls linterw0rp