Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-16 | feat: add ale_go_govet_options variable | tyru | |
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-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 | 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-07-31 | #1700 - Mention how to work around the completeopt bug in the 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-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-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-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 | |
2018-07-04 | puppet: Add puppet-languageserver linter | Alexander Olofsson | |
2018-07-04 | Make the language option for LSP linters optional | w0rp | |
2018-07-03 | Merge pull request #1691 from dsifford/dsifford-python-pyre | w0rp | |
add pyre lsp linter to python linters | |||
2018-07-03 | Close #830 - Implement LSP connections via TCP sockets | w0rp | |
2018-07-01 | add pyre to table in doc/ale.txt | Derek P Sifford | |
2018-07-01 | add pyre lsp linter to python linters | Derek P Sifford | |
2018-07-01 | Fix a typo in the documentation | w0rp | |
2018-07-01 | Added dartfmt fixer (#1683) | Govind KP | |
* Added dartfmt to Fixers * Added dartfmt specific documentation | |||
2018-06-28 | Move design goals to online documentation | w0rp | |
2018-06-27 | Merge pull request #1675 from nicopauss/master | w0rp | |
Improve pyrex cython linter. | |||
2018-06-25 | sh: add bash-language-server linter | Christian HoĢltje | |
2018-06-25 | Improve pyrex cython linter. | Nicolas Pauss | |
Like many other linters, use variables for the executable and options used by the linter. By default, the linter now report every warnings as errors with `--warning-errors`. Also add include directory and set working directory to file directory. | |||
2018-06-24 | Close #1453 #1172 - Add ale_linters_ignore for ignoring linter results | w0rp | |
2018-06-23 | #1674 - Alias verilog_systemverilog to verilog by default | w0rp | |
2018-06-21 | Close #1417 - Support wildcard filetypes for fixers | w0rp | |
2018-06-20 | #1398 document the detail key | w0rp | |
2018-06-20 | Merge pull request #1618 from colbydehart/master | w0rp | |
[new linter] Add mix linter for elixir | |||
2018-06-12 | Add linter for AWS CloudFormation template file | yasuhiroki | |