Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-21 | Merge pull request #3282 from zanona/master | w0rp | |
fix(ale_linters/phpcs): add support for multiline error messages | |||
2020-11-21 | Test fix. | Dalius Dobravolskas | |
2020-11-21 | Tests added. | Dalius Dobravolskas | |
2020-11-21 | #3442 Fix code fix clangd issue | Dalius Dobravolskas | |
2020-11-21 | Close #1466 - Add GVIM refactor menu support | w0rp | |
Code actions and ALERename now appear in the right click context menu for GVim by default. | |||
2020-11-18 | pass lsp intialization_options to rust-analyzer | Ben Linsay | |
fixes #3350 | |||
2020-11-14 | Support for LSP/tsserver Code Actions (#3437) | Dalius Dobravolskas | |
* Added tsserver and LSP code action support. * tsserver refactors support added. * Handling special case when new text is added after new line symbol. * ale#code_action#ApplyChanges simplified. * Initial attempt on LSP Code Actions. * workspace/executeCommand added. * Some null checks added. * Add last column to LSP Code Action message. * Pass diagnostics to LSP code action. Previously ApplyChanges code was applied from top-to-bottom that required extra parameters to track progress and there was bug. I have changed code to bottom-to-top approach as that does not require those extra parameters and solved the bug. Tested with typescript-language-server and it is working. | |||
2020-11-14 | Merge branch 'master' of github.com:dense-analysis/ale into dhall | toastal | |
2020-10-28 | test(erlang/erlc): simplify matches | pinicarus | |
2020-10-28 | test(erlang/erlc): make quotes optional in matches | pinicarus | |
2020-10-28 | feat(erlang/erlc): add option for custom executable | pinicarus | |
2020-10-23 | feat: add autoimport fixer | Lyz | |
2020-10-23 | Add ormolu fixer. | David Wood | |
This commit adds a fixer for the Haskell language, ormolu (https://github.com/tweag/ormolu). Signed-off-by: David Wood <david@davidtw.co> | |||
2020-10-20 | Add Ruby sorbet option to enable watchman | Will Leinweber | |
2020-10-15 | #3332 Implement :ALERename! for ignoring errors | w0rp | |
:ALERename! now ignores errors for files that cannot be modified, and modifies all other files. | |||
2020-10-08 | update tests | D. Ben Knoble | |
2020-10-03 | Use stdin/stdout to communicate with gofmt | Andrey Popp | |
2020-10-02 | Add tests for maven.vim file | fenuks | |
2020-09-26 | fix lint, fix variable semantics and update tests | bratekarate | |
2020-09-25 | fix(ale_linters/phpcs): add support for multiline error messages | Marcus Zanona | |
2020-09-17 | fix: test: mkdir should create if it doesn't exist | Arnold Chand | |
2020-09-17 | fix: tests | Arnold Chand | |
2020-09-17 | feat: add intelephense support for php | Arnold Chand | |
2020-09-14 | Collapse spaces and lines in the completion menu. | Raphael Nepomuceno | |
2020-09-14 | addressing missing docs + cleaning up older Dhall files | toastal | |
2020-09-14 | Merge branch 'master' into dhall | toastal | |
2020-09-09 | Bump the ALE version to 3.0.0v3.0.0 | w0rp | |
2020-09-09 | Close #2522 - Check pylint on the fly | w0rp | |
Newer versions of pylint will now check your code as you type. Older versions will still only check the file on disk. Co-authored-by: Oliver Wiegers <oliver.wiegers@gmail.com> | |||
2020-09-09 | Add tests for covering the coming Vint version | w0rp | |
2020-09-08 | Close #3003 - Show ignored linters in :ALEInfo | w0rp | |
2020-09-08 | Close #3333 - Add an ALECompletePost event | w0rp | |
Add an `ALECompletePost` event along with everything needed to make it useful for its primary purpose: fixing code after inserting completions. * `ALEFix` can now be called with a bang (`!`) to suppress errors. * A new `ALELintStop` command lets you stop linting, and start it later. | |||
2020-09-08 | merge master -- apparently someone else added dhall? | toastal | |
2020-09-06 | Close #3268 - Implement :ALEImport | w0rp | |
A new command, `:ALEImport`, has been added, which lets you import words at your cursor if a completion provider can provide a completion for that word which includes some additional text changes. | |||
2020-09-06 | Add Elvis handler for Erlang | Dmitri Vereshchagin | |
[Elvis][1] is an Erlang style reviewer. [1]: https://github.com/inaka/elvis | |||
2020-09-05 | Fix #3183 - Escape filename characters from LSP/tsserver | w0rp | |
2020-09-05 | Clean up embertemplatelint code | w0rp | |
Alias ember-template-lint to embertemplatelint so users can use either string to enable the linter. | |||
2020-09-04 | Fix #3322 - Apply rename changes correctly | w0rp | |
2020-08-31 | feat(template-lint): Read from stdin (#2622) | Cyrille David | |
* ember-template-lint: Lint from stdin * This feature has recently been implemented in ember-template-lint. * Refactor ember-template-lint executable * Fallback on a temporary file for old template-lint Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
2020-08-31 | Fix flake8 cd logic for invalid options | w0rp | |
2020-08-31 | Add tests for \r removal | w0rp | |
2020-08-30 | Run flake8 from project root by default. | Konstantin Alekseev | |
Option `per-file-ignores` was introduced in flake8 version 3.7.0. It allows to ignore specific errors in specific files using glob syntax. For example `per-file-ignores = src/generated/*.py:F401` will ignore `F401` error in all python files in `src/generated`. Thus ale has to run flake8 from project root where .flake8 config is placed otherwise glob won't match linted file. | |||
2020-08-29 | Merge pull request #3194 from maxwell-k/vint | w0rp | |
vim/vint: show policy name | |||
2020-08-29 | Fix retrying on some test failures | w0rp | |
2020-08-29 | Fix psalm options. Retry on some test failures | w0rp | |
2020-08-29 | Fix #3247 - Use --always-make for make -n by default | w0rp | |
2020-08-29 | Improved macro handling in gcc | Kimplul | |
2020-08-29 | typo | w0rp | |
2020-08-29 | #3319 - Try to modify buffers later for ALEFix | w0rp | |
2020-08-28 | Close #3325 - Apply new formatting where possible | w0rp | |
2020-08-28 | #3325 - ale#path#BufferCdString now generates %s:h | w0rp | |