summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-22Update testsHoracio Sanson
2021-01-22Fix 3498 - Change standardrb fixer to read from stdin.Horacio Sanson
Seems standardrb fails to properly use the --config option when using temporary files but works fine when reading from stdin. This commit changes the fixer so it uses stdin instead of temporary files.
2021-01-22Fix 354 - Migrate CI from travis to Github Actions (#3549)Horacio Sanson
* Fix 354 - Migrate CI from travis to Github Actions * Use matrix strategy for parallel tests * Don't build image on each run * Add push trigger on tags Co-authored-by: Horacio Sanson <horacio@allm.inc>
2021-01-20Merge pull request #3261 from toastal/dhallHoracio Sanson
Enhanced Dhall fixer support
2021-01-20Merge pull request #3475 from benknoble/dafny-include-timeoutsHoracio Sanson
dafny: add a timeLimit option and message-parsing
2021-01-20Merge pull request #3453 from blinsay/blinsay/rust-analyzer-lspHoracio Sanson
pass lsp intialization_options to rust-analyzer
2021-01-20Merge pull request #3430 from mbrunnen/mbn/fix-macros-include-c-flagHoracio Sanson
Add -imacros to C flags
2021-01-20Merge pull request #3362 from daliusd/tsserver_hintsHoracio Sanson
Show tsserver hints/suggestions in Ale.
2021-01-20Merge pull request #3455 from Thau/feat/credo_config_fileHoracio Sanson
feat: Adds variable to use custom config file with Elixir Credo
2021-01-16Merge pull request #3485 from andreaconti/masterHoracio Sanson
Fix Julia Language Server Support
2021-01-15Merge pull request #3234 from hsanson/3233-enable-ktlint-fixer-for-kotlin-filesHoracio Sanson
Enable ktlint fixer for kotlin files.
2021-01-14Merge pull request #3535 from dense-analysis/revert-3358-masterw0rp
Revert "Improves fixer performance for large buffers"
2021-01-14Update the Docker image; fix an errorw0rp
2021-01-14Merge pull request #3471 from kevinclark/3448-fix-unittestsw0rp
Make test/scripts/custom-checks portable
2021-01-14Add nvim floating window support (replaces #3314) (#3470)Kevin Clark
* Add nvim floating window hover support * Add configuration for float to replace preview * preview#ShowFloating: qualify local variables * Configure floating preview usecases individually Also: * Extract floating preview to its own file. * Ignore 'stay_here' option. Moving into the floating preview window seems confusing at best. * Re-use existing floating preview window if it's still up. * Flush out floating preview documentation. * Watch cursor position changes per window Floating previews open a new window, so when that window is written to, it moves briefly there at a different position than the original window. This makes repeated positions detected when positions are tracked at a s: level. Instead, we change the variable to window scoped, which only fires a message if the cursor has changed from the last position in *that window*. * g:ale_floating_preview cleanup * floating_preview: add ALEDetail tests * Fix fecs test missing runtime call * Add ALEHover floating preview tests Co-authored-by: Jan-Grimo Sobez <jan-grimo.sobez@phys.chem.ethz.ch>
2021-01-13Merge pull request #3494 from YorickPeterse/masterHoracio Sanson
Add linter for Inko
2021-01-13Merge pull request #3482 from liskin/lsp-popup-menu-fixHoracio Sanson
codefix: Fix LSP MenuCallback invocation (E119, not enough args)
2021-01-13Merge pull request #3398 from ecly/update-python-find-rootHoracio Sanson
Update `ale#python#FindProjectRootIni` with poetry.lock and pyproject.toml
2021-01-13Merge pull request #3531 from pinicarus/custom-erlc-executableHoracio Sanson
Custom erlc executable
2021-01-13Merge pull request #3399 from StephenWithPH/suggest-scalafmt-for-sbtHoracio Sanson
suggest scalafmt for sbt
2021-01-12Revert "Improves fixer performance for large buffers"Horacio Sanson
2021-01-08Merge pull request #3386 from ivorpeles/masterHoracio Sanson
Make isort fixer recognize auto_pipenv flag
2021-01-06Merge pull request #3390 from benknoble/fix-dafny-filenameHoracio Sanson
dafny: include correct filename in lint results
2021-01-05Merge pull request #3491 from Poulpatine/salt-lintHoracio Sanson
Add salt-lint support
2021-01-05Merge pull request #3517 from ttys3/masterHoracio Sanson
fix: proper initialization options call in php intelephense
2021-01-04fix: proper initialization options call in php intelephensettys3
2021-01-04Merge branch 'master' of https://github.com/dense-analysis/ale into dhalltoastal
2021-01-01Exclude grandfathered-in non-snakecased lintsKevin Clark
Prior to #3448, several linters should have been failing the custom-checks that look for non-snake-cased lint names. They weren't, but now the bug that hid those is fixed. So to avoid breaking users, we just exclude those from the check. Linters excluded: * clojure/clj_kondo.vim * elixir/elixir_ls.vim * go/golangci_lint.vim * swift/swiftformat.vim
2020-12-28Merge pull request #3467 from fwy/bugfix-checkstyleRegexpNvimWin32Horacio Sanson
Fix checkstyle regexp pattern to work correctly in NVim on Windows
2020-12-23Add linter for InkoYorick Peterse
This adds a linter for Inko (https://inko-lang.org/). The linter makes use of Inko's own compiler, and a newly introduced --check flag to only check for errors; instead of also compiling source code.
2020-12-21Add tests for -imacros C flagManoel Brunnen
2020-12-21merging mastertoastal
2020-12-17Add salt-lint supportBenjamin Binier
2020-12-16Merge pull request #3403 from will/sorbetwatchmanHoracio Sanson
Add Ruby sorbet option to enable watchman
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