Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-29 | Add 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-28 | Use two exclamation marks for marking lint file linters, which are easier to ↵ | w0rp | |
see and click | |||
2017-08-28 | Fix - #883 Document linting behavior better, sync up the lists of supported ↵ | w0rp | |
tools, andautomatically demand that they stay in sync | |||
2017-08-25 | Add pycodestyle Python linter support (#872) | Michael | |
Add a pycodestyle linter | |||
2017-08-24 | Add 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-22 | Suppress 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-22 | Merge pull request #865 from jez/erubis-linter | w0rp | |
Add erubis linter | |||
2017-08-21 | Add erubis linter | Jake 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-20 | Merge pull request #862 from notomo/add-phpcbf-fixer | w0rp | |
add phpcbf fixer | |||
2017-08-20 | Added 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 behaviour | w0rp | |
2017-08-20 | add phpcbf fixer | tmn-o3 | |
2017-08-20 | #653 - Explain the new `filename` key support in the documentation | w0rp | |
2017-08-19 | Syntaxerl 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-19 | Update the documentation to mention the new behaviour for quickfix | w0rp | |
2017-08-18 | Increase the default maximum completion suggestions to a more useful but ↵ | w0rp | |
safe level, and filter before requesting details, which is faster | |||
2017-08-18 | Document completion support for ALE, and expand the fixer documentation a little | w0rp | |
2017-08-10 | Add 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-10 | Merge pull request #842 from gfontenot/gf-swiftformat | w0rp | |
Add support for SwiftFormat as a fixer | |||
2017-08-10 | Automatically check for invalid help tag references, and fix some existing ↵ | w0rp | |
documentation issues | |||
2017-08-10 | Fix documentation for the PHP langserver options | w0rp | |
2017-08-10 | Fix some broken tag links | w0rp | |
2017-08-09 | Add support for SwiftFormat as a fixer | Gordon 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-09 | Fix #468 - Add a cool down period for when things go wrong | w0rp | |
2017-08-08 | Document the extra optional argument for ale#Queue | w0rp | |
2017-08-08 | Fix #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 linters | w0rp | |
2017-08-07 | Document the PHP langserver integration | w0rp | |
2017-08-07 | Document the rls linter | w0rp | |
2017-08-07 | The default for ale_rust_cargo_use_check was wrong in the documentation | w0rp | |
2017-08-06 | Fixed helptag alignment. | Andrej Radovic | |
2017-08-06 | Fixed the comments, left only the doc URL | Andrej Radovic | |
2017-08-05 | Added clang-tidy for C, too. | Andrej Radovic | |
A limited number of clang-tidy checks can be used with C, too. I pretty much copied and refactored the C++ clang-tidy linter, and added some documentation about C-compatible checks. | |||
2017-08-02 | Add Tcl nagelfar linter | Nick James | |
2017-08-02 | Fix indentation and a typo in the gometalinter documentation | w0rp | |
2017-08-02 | added gometalinter docs - Fix for #816 | Jeff Willette | |
2017-07-24 | Make executable and options configurable for hdevtools | Takano Akio | |
2017-07-21 | Document g:ale_typescript_tslint_rules_dir | Jonathan Clem | |
2017-07-21 | fix typo in doc/ale-go | Rei MOCHIZUKI | |
2017-07-18 | Fix #308 - Check Dart files with dartanalyzer | w0rp | |
2017-07-17 | Add yaml swaglint linter (#771) | Matthew Turland | |
* Add yaml swaglint linter | |||
2017-07-17 | #711 - Make the cpplint executable configurable | w0rp | |
2017-07-17 | #711 - Make the clangtidy executable configurable | w0rp | |
2017-07-16 | #711 - Make the clangcheck executable configurable | w0rp | |
2017-07-16 | #711 - Make the gcc executables configurable | w0rp | |
2017-07-16 | #711 - Make the cppcheck executables configurable | w0rp | |
2017-07-16 | #711 - Make the clang executables configurable | w0rp | |
2017-07-16 | Merge pull request #774 from dmitrivereshchagin/syntaxerl-linter | w0rp | |
Add SyntaxErl linter | |||
2017-07-16 | Added phpstan linter for php. (#772) | Ardis | |
* Added phpstan linter for php. |