Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-12 | Include info about `*` being a fallback | Nick Rhodes | |
The `*` filetype is just fallback, and will be overridden by specific filetype matches. | |||
2018-08-12 | Update README with the `*` ft option for the fixers object | Nick Rhodes | |
It wasn't immediately obvious that the `g:ale_fixers` cannot be a list, and would allow the use of `*` to match all filetypes. I was hoping to add a bit more detail to the README to make this clearer. | |||
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-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 | 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-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-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-22 | Move README.md back | w0rp | |
2018-07-22 | Move GitHub files to the .github directory | 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 support for Fortran language server by @hansec | Ben Spiers | |
2018-07-19 | Capitalize Language Server Protocol | w0rp | |
2018-07-19 | Make LSP support more prominent in the README | w0rp | |
2018-07-16 | remark-lint without saving to disk | Takashi WADA | |
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-07 | Merge pull request #1697 from ananace/add-puppet-languageserver | w0rp | |
puppet: Add puppet-languageserver linter | |||
2018-07-05 | vue: Add the vls language server linter | Alexander Olofsson | |
2018-07-04 | puppet: Add puppet-languageserver linter | Alexander Olofsson | |
2018-07-01 | add pyre lsp linter to python linters | Derek P Sifford | |
2018-07-01 | Added dartfmt fixer (#1683) | Govind KP | |
* Added dartfmt to Fixers * Added dartfmt specific documentation | |||
2018-06-25 | sh: add bash-language-server linter | Christian Höltje | |
2018-06-20 | Merge pull request #1618 from colbydehart/master | w0rp | |
[new linter] Add mix linter for elixir | |||
2018-06-17 | Merge pull request #1650 from yasuhiroki/support-cfn-python-lint | w0rp | |
Add linter for AWS CloudFormation template file | |||
2018-06-15 | Tell people that there's no cost for LSP support if they don't need it | w0rp | |
2018-06-12 | Add linter for AWS CloudFormation template file | yasuhiroki | |
2018-06-06 | Add the cquery LSP #1475 #1594 | Ben Falconer | |
2018-06-04 | Typo: TypeSript -> TypeScript | Radhika Morabia | |
2018-06-03 | Add 'scalafmt' fixer for Scala files | Jeffrey Lau | |
closes https://github.com/w0rp/ale/issues/1299 | |||
2018-05-30 | Mention g:ale_linters_explicit in the READMEv1.9.0 | w0rp | |
2018-05-30 | Fix #1610 - Encourage the use of ftplugin files more | w0rp | |
2018-05-30 | Merge pull request #1589 from gagbo/balloon_doc | w0rp | |
Documentation : document the mouseover magic | |||
2018-05-30 | Add mix linter for elixir | Magnus Ottenklinger | |
2018-05-28 | Encourage people to use NeoVim 0.2.0 or above in the README. | w0rp | |
2018-05-17 | Documentation : Add mention of mouseover in README | Gerry Agbobada | |
2018-05-08 | Merge pull request #1555 from BobuSumisu/nasm-linter | w0rp | |
Added NASM assembly linter | |||
2018-05-08 | #852 Update the REAME to mention %...code...% | w0rp | |
2018-05-04 | Added NASM linter | Øyvind Ingvaldsen | |
Added NASM linter (for nasm filetype). | |||
2018-05-03 | Tell people to install prettier-eslint-cli instead | w0rp | |
2018-05-02 | Make the features ALE supports clearer in the README | w0rp | |
2018-04-28 | A couple of more doc fixes | Chris Marchesi | |
* Update section 5.viii in the README with ALEJobStarted and re-format the example. * Add an extra line after documentation update to ensure consistency with the rest of the doc. | |||
2018-04-24 | #1428 Show multiline hover messages, and document the new command | w0rp | |
2018-04-22 | Add support for finding references using LSP servers or tsserver | w0rp | |
2018-04-22 | Merge pull request #1517 from kfly8/perltidy-fixer | w0rp | |
Added perltidy fixer | |||
2018-04-22 | Close #1162 - Implement completion support with LSP servers | w0rp | |