Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-23 | Add stylish-haskell as a fixer (#1837) | Evan Borden | |
* Add stylish-haskell as a fixer `stylish-haskell` is a common formatting tool for the haskell toolchain. It is not as advanced as `brittany` or `hindent`, but it is commonly used for formatting of imports and data declarations. This adds it as a fixer in ALE. | |||
2018-08-23 | Merge pull request #1835 from barreyra/master | w0rp | |
Enabling clangd for cpp, objc and objcpp | |||
2018-08-23 | Merge pull request #1820 from SuRaMoN/master | w0rp | |
Added phpcs options support as described in #257 | |||
2018-08-23 | Fix case typo in the documentation | Krzysztof Jagiełło | |
2018-08-23 | Enabling clangd for cpp, objc and objcpp | Bruno R. Barreyra | |
2018-08-22 | :books: Add docs for html stylelint | Filipe Kiss | |
2018-08-16 | Added phpcs options support as described in #257 | matthias | |
2018-08-16 | feat: add ale_go_govet_options variable | tyru | |
2018-08-12 | Merge pull request #1806 from jimenezrick/fix-rustc-linter | w0rp | |
Fix #1684: Use the correct flag name in rustc linter | |||
2018-08-10 | Fix #1684: Use the correct flag name in rustc linter | Ricardo Catalinas Jiménez | |
The rust compiler renamed the option '-Z no-trans' to '-Z no-codegen'. https://github.com/rust-lang/rust-enhanced/issues/281 | |||
2018-08-08 | Add prettier as a YAML option (#1789) | Peter Benjamin | |
* Add prettier as a yaml fixer * Sort yaml fixers alphabetically * Add prettier to doc/ale.txt * Add ale-yaml-prettier * Add ale-yaml-prettier to the TOC | |||
2018-08-08 | #925 Tell people not to use the tslint linter | w0rp | |
2018-08-05 | doc: LSP can provide completions | Daniel M. Capella | |
2018-08-03 | Add support for yang-lsp | David Hotham | |
2018-08-02 | Merge pull request #1770 from fredemmott/hack | w0rp | |
Split Hack out from PHP, modernize | |||
2018-08-02 | Disable HHAST by default | Fred Emmott | |
it executes $PROJECT/vendor/bin/hhast, so that's not a good idea. | |||
2018-08-02 | Suggested changes | Fred Emmott | |
2018-08-02 | Add Haskell IDE Engine (hie) support (#1735) | Luxed | |
* Adding support for haskell-ide-engine * Work with the current directory if no stack.yaml file is found * Added Cabal file detection, updated documentation and added tests * Updated help | |||
2018-08-02 | Split Hack out from PHP, modernize | Fred Emmott | |
fixes #1738 - Replace previous `hh_client` usage with LSP client - Add `HHAST` linter - Split Hack from PHP: Hack is increasingly diverging from PHP: - Hack tools do not understand PHP - Most PHP tools do not handle Hack code well (including vim's syntax highightling files) - http://github.com/hhvm/vim-hack now sets filetype to `hack` | |||
2018-08-02 | Merge pull request #1771 from fredemmott/lsp | w0rp | |
Show LSP diagnostic codes for `%code%` in message formats | |||
2018-08-02 | Improved documentation for `code` loclist item field | Fred Emmott | |
2018-08-02 | Handle LSP codes for `%code%` in message formats | Fred Emmott | |
fixes #1767 | |||
2018-08-01 | python: add lookup path for flake8 config | Travis Cline | |
2018-08-01 | doc/rust: rust.vim distributed w/ Vim>=8.0.0501 | Daniel M. Capella | |
https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7 | |||
2018-07-31 | #1700 - Mention how to work around the completeopt bug in the documentation | w0rp | |
2018-07-29 | Add support for parsing compile_commands.json files for C compilers | w0rp | |
2018-07-27 | Mention v:t_TYPE variables in the developer documentation | w0rp | |
2018-07-26 | doc: mark `vulture` as file linter | actionless | |
2018-07-26 | Add support for 'vulture' for Python | Yauhen Kirylau | |
2018-07-25 | Providing cquery support for C files | jtalowell | |
2018-07-24 | Update the developer documentation | w0rp | |
2018-07-22 | Add Clangd language server support for C | Andrey Melentyev | |
2018-07-22 | Merge pull request #1742 from typetetris/master | w0rp | |
Add cabal-ghc linter | |||
2018-07-20 | Merge pull request #1736 from unpairedbracket/master | w0rp | |
Add support for Fortran language server by @hansec | |||
2018-07-20 | Fix #1631 - Disable balloon support for terminals by default | w0rp | |
2018-07-20 | Add cabal-ghc linter | Eric Wolf | |
cabal-ghc calls ghc via cabal exec and so ghc has access to packages in cabal sandboxes for example | |||
2018-07-19 | Add documentation and testing for fortls | Ben Spiers | |
2018-07-19 | Add support for Fortran language server by @hansec | Ben Spiers | |
2018-07-17 | Fix #1619 - Rewrite lint on enter events so they behave better | w0rp | |
2018-07-16 | Add a missing ToC entry for remark-lint | w0rp | |
2018-07-16 | Support remark-lint installed locally | Takashi WADA | |
2018-07-15 | Update the Python documentation | w0rp | |
2018-07-15 | Add kotlin language server support (#1725) | MTDL9 | |
* Add kotlin languageserver linter definition * Added kotlin languageserver references in docs, fix missing !! on other linters * Added Vader tests for root path detection in Kotlin Language Server | |||
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-07-13 | Handle linter callback functions being unknown or deleted | w0rp | |
2018-07-12 | Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR | w0rp | |
2018-07-07 | Merge pull request #1697 from ananace/add-puppet-languageserver | w0rp | |
puppet: Add puppet-languageserver linter | |||
2018-07-06 | Remove an outdated note from the documentation | w0rp | |
2018-07-05 | Support formatting escaped executable names into commands with %e | w0rp | |
2018-07-05 | vue: Add the vls language server linter | Alexander Olofsson | |