Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-22 | linters/xo: fix tests | Charles B Johnson | |
2021-01-22 | linters/xo: consolidate xo linters | Charles B Johnson | |
2021-01-22 | Fix 2777 - Add IBM openapi validator | Horacio Sanson | |
2021-01-20 | Merge pull request #3453 from blinsay/blinsay/rust-analyzer-lsp | Horacio Sanson | |
pass lsp intialization_options to rust-analyzer | |||
2021-01-20 | Merge pull request #3455 from Thau/feat/credo_config_file | Horacio Sanson | |
feat: Adds variable to use custom config file with Elixir Credo | |||
2021-01-16 | Merge pull request #3485 from andreaconti/master | Horacio Sanson | |
Fix Julia Language Server Support | |||
2021-01-14 | Add 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-13 | Merge pull request #3494 from YorickPeterse/master | Horacio Sanson | |
Add linter for Inko | |||
2021-01-13 | Merge pull request #3531 from pinicarus/custom-erlc-executable | Horacio Sanson | |
Custom erlc executable | |||
2020-12-23 | Add linter for Inko | Yorick 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-16 | Merge pull request #3403 from will/sorbetwatchman | Horacio Sanson | |
Add Ruby sorbet option to enable watchman | |||
2020-12-12 | Fix test space bug | Andrea Conti | |
2020-12-12 | Update Julia language server run command | Andrea Conti | |
2020-11-25 | feat: add yamlfix fixer | Lyz | |
2020-11-23 | refactor: Move test to the right file | Gonzalo Quero | |
2020-11-21 | Use _config for LSP config options | w0rp | |
2020-11-21 | Add support for R languageserver (#3370) | Eric Zhao | |
2020-11-21 | Merge pull request #3409 from lyz-code/feat/add-autoimport-support | w0rp | |
feat: add autoimport fixer | |||
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 #3292 from dmitrivereshchagin/add-elvis-handler-for-erlang | w0rp | |
Add Elvis handler for Erlang | |||
2020-11-18 | pass lsp intialization_options to rust-analyzer | Ben Linsay | |
fixes #3350 | |||
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-20 | Add Ruby sorbet option to enable watchman | Will Leinweber | |
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-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-06 | Add Elvis handler for Erlang | Dmitri Vereshchagin | |
[Elvis][1] is an Erlang style reviewer. [1]: https://github.com/inaka/elvis | |||
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-08-31 | Fix flake8 cd logic for invalid options | 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-28 | Close #3325 - Apply new formatting where possible | w0rp | |
2020-08-28 | #3325 - ale#path#BufferCdString now generates %s:h | w0rp | |
2020-08-28 | Merge pull request #2988 from joereynolds/master | w0rp | |
Add sql-lint as linter | |||
2020-08-20 | #3299 Merge gcc and clang into a cc linter | w0rp | |
Users can easily be confused when they set some options for a C or C++ compiler, and another compiler is run with different options, which still reports errors. To remedy this, the existing `gcc` and `clang` linters have been replaced with a `cc` linter that will run either compiler. This is a breaking change for ALE v3.0.0. | |||
2020-08-19 | #3056 Add tests for parsed C/C++ -std flag handling | w0rp | |
2020-08-17 | Merge pull request #3007 from klaaspieter/swift-format | w0rp | |
Add Apple's swift-format as a linter | |||
2020-08-17 | Merge pull request #2759 from kgrzywacz/master | w0rp | |
credo now recognizes umbrella projects | |||
2020-08-17 | Merge pull request #2940 from davidsierradz/add-markdownlint-options | w0rp | |
allow passing custom options to markdownlint | |||
2020-08-13 | rust/cargo: add support for a custom target directory | Ben Boeckel | |
This can avoid having to wait for ALE or ALE being blocked on other cargo actions within the same crate. | |||
2020-08-10 | Fix #1608 - Treat .h as C++ files for C++ clang-tidy | w0rp | |
2020-08-10 | #2919 Use compile_commands.json for headers | w0rp | |
2020-08-07 | Try to fix gopls tests again | w0rp | |