summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-12Fix test space bugAndrea Conti
2020-12-12Fix space error in string concatAndrea Conti
2020-12-12Update Julia language server run commandAndrea Conti
2020-12-05codefix: Fix LSP MenuCallback invocation (E119, not enough args)Tomas Janousek
2020-11-30add testsD. Ben Knoble
2020-11-30dafny: add a timeLimit option and message-parsingD. Ben Knoble
2020-11-29Merge pull request #3381 from andreypopp/gofmt-stding-stdoutHoracio Sanson
Use stdin/stdout to communicate with gofmt
2020-11-28Restore ls -v flag to check-tocKevin Clark
2020-11-28Restore use of grep in check-tocKevin Clark
2020-11-28Use akevinclark/ale for the updated docker imageKevin Clark
2020-11-28Use docker image for custom-check scriptsKevin Clark
NOTE: The custom-linting-rules test fails due to the following (legit) warnings: ale_linters/clojure/clj_kondo.vim:29 Use snake_case names for linters ale_linters/elixir/elixir_ls.vim:15 Use snake_case names for linters ale_linters/go/golangci_lint.vim:54 Use snake_case names for linters ale_linters/swift/swiftformat.vim:56 Use snake_case names for linters The message wasn't getting printed because docker was explicitly only being asked to connect stdout (ignoring stderr). Unclear yet why the error code wasn't getting bubbled up.
2020-11-28Fix test/script/check-supported-tools-tablesKevin Clark
2020-11-28Fix TOC testsKevin Clark
Sort order is slightly different than the headings
2020-11-28Add non-busybox grep/sed to DockerfileKevin Clark
Tests need extended regexes from sed and --exclude from grep.
2020-11-27Fix check-supported-tools-tables checkKevin Clark
sed wasn't using -E, so '|' wasn't being handled properly. Seems likely that's sed-implementation specific, so now it runs through docker's sed to support portability.
2020-11-27Merge pull request #3461 from lyz-code/feat/add-yamlfixerHoracio Sanson
feat: add yamlfix fixer
2020-11-26Fix regexp pattern to work correctly in nvim and vim on windows and linuxfwy
2020-11-26fix: correct suggested filetype for yamlfixLyz
2020-11-25Use better string comparison operators in isort fixerIvor Peles
2020-11-25Ensure isort / pipenv test conforms to ALE coding standardsIvor Peles
2020-11-25Fix comparison operatorIvor Peles
2020-11-25feat: add yamlfix fixerLyz
2020-11-23refactor: Move test to the right fileGonzalo Quero
2020-11-23fix: Use proper CdPath function in testGonzalo Quero
2020-11-23chore: Document config_file variableGonzalo Quero
2020-11-23chore: Add Elixir Credo testsGonzalo Quero
2020-11-23feat: Add optional configuration file for CredoGonzalo Quero
2020-11-21Ignore executable check when executable is pipenvIvor Peles
2020-11-21Add test for isort with auto_pipenv flag(s)Ivor Peles
2020-11-21Set default value for python_isort_auto_pipenvIvor Peles
2020-11-21Document ale_python_isort_auto_pipenv optionIvor Peles
2020-11-21Use pipenv isort executable when python_auto_pipenv = 1Ivor Peles
2020-11-21Use _config for LSP config optionsw0rp
2020-11-21Add support for R languageserver (#3370)Eric Zhao
2020-11-21Fix 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-21Merge pull request #3409 from lyz-code/feat/add-autoimport-supportw0rp
feat: add autoimport fixer
2020-11-21Added the Vundle command in installation instructions (#3400)Gabriel Petrovay
2020-11-21Adds support for Tlint - A Tighten Opinionated PHP Linter (#3291)Jose Soto
Co-authored-by: w0rp <w0rp@users.noreply.github.com>
2020-11-21Merge pull request #2903 from davidtwco/ormolu-fixerw0rp
Add ormolu fixer.
2020-11-21Add 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-21Merge pull request #3380 from rgossiaux/patch-1w0rp
Fix typo in ale-python.txt
2020-11-21Use has('gui_running') instead of has('gui')w0rp
2020-11-21Close #2727 - Add a hover-only setting for balloonsw0rp
2020-11-21Fix #3332 - Modify everything for rename/actionsw0rp
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-21Merge pull request #3358 from lukaswozniak/masterw0rp
Improves fixer performance for large buffers
2020-11-21Add a missing blank line in documentationw0rp
2020-11-21Merge pull request #3357 from creativenull/feat-php-intelephensew0rp
feat: add intelephense support for php
2020-11-21Merge pull request #3354 from rphln/collapse-whitespacesw0rp
Collapse spaces and lines in the completion menu.
2020-11-21Merge pull request #3352 from arthrarnld/patch-1w0rp
Fix wording in Rust doc
2020-11-21Fix handling of ranges at file end. (#3344)w0rp