Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-13 | Merge pull request #3482 from liskin/lsp-popup-menu-fix | Horacio Sanson | |
codefix: Fix LSP MenuCallback invocation (E119, not enough args) | |||
2021-01-13 | Merge pull request #3398 from ecly/update-python-find-root | Horacio Sanson | |
Update `ale#python#FindProjectRootIni` with poetry.lock and pyproject.toml | |||
2021-01-13 | Merge pull request #3531 from pinicarus/custom-erlc-executable | Horacio Sanson | |
Custom erlc executable | |||
2021-01-13 | Merge pull request #3399 from StephenWithPH/suggest-scalafmt-for-sbt | Horacio Sanson | |
suggest scalafmt for sbt | |||
2021-01-08 | Merge pull request #3386 from ivorpeles/master | Horacio Sanson | |
Make isort fixer recognize auto_pipenv flag | |||
2021-01-06 | Merge pull request #3390 from benknoble/fix-dafny-filename | Horacio Sanson | |
dafny: include correct filename in lint results | |||
2021-01-05 | Merge pull request #3491 from Poulpatine/salt-lint | Horacio Sanson | |
Add salt-lint support | |||
2021-01-05 | Merge pull request #3517 from ttys3/master | Horacio Sanson | |
fix: proper initialization options call in php intelephense | |||
2021-01-04 | fix: proper initialization options call in php intelephense | ttys3 | |
2020-12-28 | Merge pull request #3467 from fwy/bugfix-checkstyleRegexpNvimWin32 | Horacio Sanson | |
Fix checkstyle regexp pattern to work correctly in NVim on Windows | |||
2020-12-17 | Add salt-lint support | Benjamin Binier | |
2020-12-16 | Merge pull request #3403 from will/sorbetwatchman | Horacio Sanson | |
Add Ruby sorbet option to enable watchman | |||
2020-12-05 | codefix: Fix LSP MenuCallback invocation (E119, not enough args) | Tomas Janousek | |
2020-11-29 | Merge pull request #3381 from andreypopp/gofmt-stding-stdout | Horacio Sanson | |
Use stdin/stdout to communicate with gofmt | |||
2020-11-27 | Merge pull request #3461 from lyz-code/feat/add-yamlfixer | Horacio Sanson | |
feat: add yamlfix fixer | |||
2020-11-26 | Fix regexp pattern to work correctly in nvim and vim on windows and linux | fwy | |
2020-11-26 | fix: correct suggested filetype for yamlfix | Lyz | |
2020-11-25 | Use better string comparison operators in isort fixer | Ivor Peles | |
2020-11-25 | Ensure isort / pipenv test conforms to ALE coding standards | Ivor Peles | |
2020-11-25 | Fix comparison operator | Ivor Peles | |
2020-11-25 | feat: add yamlfix fixer | Lyz | |
2020-11-21 | Ignore executable check when executable is pipenv | Ivor Peles | |
2020-11-21 | Add test for isort with auto_pipenv flag(s) | Ivor Peles | |
2020-11-21 | Set default value for python_isort_auto_pipenv | Ivor Peles | |
2020-11-21 | Document ale_python_isort_auto_pipenv option | Ivor Peles | |
2020-11-21 | Use pipenv isort executable when python_auto_pipenv = 1 | Ivor Peles | |
2020-11-21 | Use _config for LSP config options | w0rp | |
2020-11-21 | Add support for R languageserver (#3370) | Eric Zhao | |
2020-11-21 | Fix 3103 - add shellcheck shell directive detection. (#3216) | Horacio Sanson | |
* Fix 3103 - add shellcheck shell directive detection. Searches for shellcheck shell directive to detect dialects for scripts that do not have shebang. * Change order of detection of shellcheck dialect In a situation where the filetype can be wrong (example: something.sh which is written in bash dialect) and has no hash-bang (since it is meant to be sourced) then the override specified within the script will be ignored. It probably is the most right thing to do if the script author has added a specific directive; it should trump everything else. Co-authored-by: Horacio Sanson <horacio@allm.inc> Co-authored-by: Dino Korah <dino.korah@redmatter.com> | |||
2020-11-21 | Merge pull request #3409 from lyz-code/feat/add-autoimport-support | w0rp | |
feat: add autoimport fixer | |||
2020-11-21 | Added the Vundle command in installation instructions (#3400) | Gabriel Petrovay | |
2020-11-21 | Adds support for Tlint - A Tighten Opinionated PHP Linter (#3291) | Jose Soto | |
Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
2020-11-21 | Merge pull request #2903 from davidtwco/ormolu-fixer | w0rp | |
Add ormolu fixer. | |||
2020-11-21 | Add php phpcbf options (#3383) | Dale Jung | |
* Taken from phpcs. add add_php_phpcbf_options #3382 * Updated docs for php_phpcbf_options #3382 * Added tests #3382 | |||
2020-11-21 | Merge pull request #3380 from rgossiaux/patch-1 | w0rp | |
Fix typo in ale-python.txt | |||
2020-11-21 | Use has('gui_running') instead of has('gui') | w0rp | |
2020-11-21 | Close #2727 - Add a hover-only setting for balloons | w0rp | |
2020-11-21 | Fix #3332 - Modify everything for rename/actions | w0rp | |
ALE now just modifies every open buffer for rename and actions, and sets up a one-time use BufEnter event to reload buffers that are changed so you don't have to think about what to do with changed buffers. | |||
2020-11-21 | Merge pull request #3358 from lukaswozniak/master | w0rp | |
Improves fixer performance for large buffers | |||
2020-11-21 | Add a missing blank line in documentation | w0rp | |
2020-11-21 | Merge pull request #3357 from creativenull/feat-php-intelephense | w0rp | |
feat: add intelephense support for php | |||
2020-11-21 | Merge pull request #3354 from rphln/collapse-whitespaces | w0rp | |
Collapse spaces and lines in the completion menu. | |||
2020-11-21 | Merge pull request #3352 from arthrarnld/patch-1 | w0rp | |
Fix wording in Rust doc | |||
2020-11-21 | Fix handling of ranges at file end. (#3344) | w0rp | |
2020-11-21 | Add luafmt fixer (#3289) | zandr | |
2020-11-21 | Merge pull request #3292 from dmitrivereshchagin/add-elvis-handler-for-erlang | w0rp | |
Add Elvis handler for Erlang | |||
2020-11-21 | Merge pull request #3282 from zanona/master | w0rp | |
fix(ale_linters/phpcs): add support for multiline error messages | |||
2020-11-21 | Merge pull request #3435 from myobie/yarn-berry | w0rp | |
For linters/tserver and handlers/eslint: look for node packages in .yarn/sdks as well | |||
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. |