Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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. | |||
2017-07-16 | Add SyntaxErl linter | Dmitri Vereshchagin | |
These changes add [SyntaxErl][1] integration. SyntaxErl is a syntax checker tool for Erlang. [1]: https://github.com/ten0s/syntaxerl | |||
2017-07-16 | #739 - Document the end_col and end_lnum keys for the loclist format | w0rp | |
2017-07-14 | #764 - Update the documentation to mention how to echo messages with the ↵ | w0rp | |
ALELint autocmd | |||
2017-07-13 | Add scalastyle linter (#766) | Kevin Kays | |
* Add support for scalastyle * Add scalastyle docs * scalastyle support for column numbers * off by one column * Add tests for scalastyle command and handler * update readme for scalastyle * allow full scalastyle options instead of just config file * fix indentation * allow scalastyle config file in parent directories by a couple names. * check for missing match args with empty * remove echo * use a for loop | |||
2017-07-12 | Add rails_best_practices handler (resolves #655) (#751) | Eddie Lebow | |
* Move FindRailsRoot() to more general location * Add rails_best_practices handler (resolves #655) * Update documentation for rails_best_practices Also add brakeman to *ale* documentation. * rails_best_practices: allow overriding the executable * rails_best_practices: format help correctly * rails_best_practices: capture tool output on Windows | |||
2017-07-11 | Fix documentation typo | Julian Andrews | |
2017-07-11 | Prefer --fast for stack-build (#754) | Jake Zimmerman | |
* Vim scripts shouldn't have hyphens Especially not ones that will be autoloaded. You can't have a hyphen in a function name, so autoloading functions based on filename will fail. * Add g:haskell_stack_build_options, default: --fast If we're going to use the --fast option, we may as well go the whole 9 yards and let the user configure the 'stack build' flags. * Create documentation for stack-build options | |||
2017-07-09 | Add new Haskell linter (#742) | Jake Zimmerman | |
* Add stack-build linter for Haskell The stack-build linter works better than the other two linters when you're working with an entire Haskell project. It builds the project entirely and reports any errors. The other two Haskell GHC linters only work on single files, which can result in spurious errors (for example, not being able to find imports). * Document all available Haskell linters * Split GHC checkers into separate files | |||
2017-07-08 | Fix a syntax error in an example | w0rp | |
2017-07-08 | Added missing statement about `<Plug>(ale_toggle)` mapping to the ↵ | Andrew Vimmer | |
documentation (#740) * Added missing statement about a `<Plug>` mapping. * Fixed logical mistake related to "option calling". * Rectified article usage according to a request. | |||
2017-07-08 | Use different reporter to support older versions of jscs (#737) | Jonathan Boudreau | |
* Use different reporter to support older versions of jscs * Add test and make more consistent with other code * Add documentation for jscs * Add more test coverage | |||
2017-07-08 | Document how to install yamllint | w0rp | |
2017-07-08 | Document the virtualenv directories variable in the main file instead | w0rp | |
2017-07-08 | Use equal signs for language documentation sections | w0rp | |
2017-07-07 | Make the executable for gometalinter configurable | w0rp | |
2017-07-04 | Store the output of commands by default so I don't have to ask people to ↵ | w0rp | |
turn it on any more. | |||
2017-07-03 | Fix #182 - Add support for lintr | w0rp | |
2017-07-03 | Fix #178 - Check Stylus files with stylelint | w0rp | |
2017-07-03 | Allow `hadolint` linter to run via docker image (#720) | Chris Weyl | |
* Add documentation for hadolint (doc/ale-hadolint.txt) * Allow `hadolint` linter to run via docker image These changes enable the `hadolint` linter to run via the author's docker image, if present. Three modes are supported: * never use docker; * always use docker; and * use docker as a failback. | |||
2017-06-30 | Be more explicit about the effect of `g:..._perlcritic_profile = ''` | Chris Weyl | |
Just to prevent any confusion, the documentation now explicitly states that setting `g:ale_perl_perlcritic_profile` to an empty string merely disables passing an explicit profile to `perlcritic` and does not cause `--no-profile` to be set. | |||
2017-06-29 | Add profile, other options to the perlcritic linter (#675) | Chris Weyl | |
* Add profile, other options to the perlcritic linter | |||
2017-06-29 | Fix #707 - Fix some duplicate tags, and add some code to check for them | w0rp | |