Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-23 | Close #2556 - Support filename mapping | w0rp | |
ALE now supports mapping files between different systems for running linters and fixers with Docker, in virtual machines, in servers, etc. | |||
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-18 | Merge pull request #3229 from hsanson/3220-enable-languagetool-for-asciidoc | w0rp | |
Enable languagetool for asciidoctor files. | |||
2020-08-18 | Remove features deprecated in previous versions | 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 #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-13 | Merge pull request #3010 from kevinoid/ps1-powershell | w0rp | |
Alias ps1 filetype to powershell | |||
2020-08-13 | Fix #3286 - Fix duplicate tags | w0rp | |
2020-08-12 | Restore old behavior of ALEFix command for Rubocop (#3237) | Nihad Abbasov | |
* Restore old behavior of ALEFix command for Rubocop Since RuboCop 0.60 ALEFix command stopped to fix all found offenses. This change restores the previous behavior by allowing rubocop to fix all detected offenses. * Fix tests * Allow to configure auto-correct option for Rubocop | |||
2020-08-09 | #3276 - Disable make -n by default again | w0rp | |
2020-08-09 | Enable C flag parsing by default | w0rp | |
The options for parsing `make -n` and `compile_commands.json` flags are now enabled by default, so people can start getting better flags for their files by default. `compile_commands.json` flags are now preferred over `make -n` results, to make the options work better by default. | |||
2020-08-09 | Explain how to use ALE and coc.nvim together | w0rp | |
2020-08-09 | Close #3267 - Add a general autoimport setting | w0rp | |
2020-08-09 | Merge pull request #2849 from DonnieWest/excludeTsserverWarnings | w0rp | |
Allow the user to remove warnings from completions | |||
2020-08-07 | Close #2472 - Add support for pyright | w0rp | |
2020-08-06 | #2804 Add hdl-checker to supported tools | w0rp | |
2020-08-06 | Adds hdl_checker LSP support (#2804) | Andre Souto | |
* Added hdl_checker support * Added hdl_checker tests HDL Checker searches for files when no config file is found, which could lead to very long searches when the user is not really on a project setting | |||
2020-08-04 | Use more American English | w0rp | |
2020-08-04 | #1532 - Display hover information on CursorHold | w0rp | |
2020-07-31 | Merge pull request #3246 from lgmsantos/patch-1 | Horacio Sanson | |
Update ale-java.txt | |||
2020-07-30 | Typo | Josh Reichardt | |
2020-07-29 | Merge pull request #3231 from jhlink/add-astyle-for-c-formatting | Horacio Sanson | |
Add astyle for C/C++ formatting | |||
2020-07-28 | fix: Change _options to _project_options | jhlink | |
2020-07-26 | doc: Add ale_cpp_astyle_options in ale-cpp | jhlink | |
2020-07-26 | doc: Add ale_c_astyle_options in ale-c | jhlink | |
2020-07-25 | doc: Add astyle to ale-cpp-options in ale.txt | jhlink | |
2020-07-25 | doc: Add astyle to c++ in supported lang & tools | jhlink | |
2020-07-25 | doc: Add astyle to ale-cpp | jhlink | |
2020-07-25 | Update ale-java.txt | Luiz Gustavo | |
2020-07-21 | Merge pull request #3060 from hsanson/345-update-javalsp-documentation | w0rp | |
Fix 345 - update java language server docs. | |||
2020-07-21 | Merge pull request #3070 from hsanson/2732-add-bashate-support | w0rp | |
Fix 2732 - Add bashate support | |||
2020-07-10 | Support zls language server for zig | Sheheryar Parvaz | |
2020-07-10 | style: Adjust spacing | jhlink | |
2020-07-10 | doc: Add astyle to supported lang & tools | jhlink | |
2020-07-10 | doc: Add astyle to ale-c-options in ale-contents | jhlink | |
2020-07-10 | doc: Add astyle entry to ALE c integration | jhlink | |
2020-07-09 | Enable languagetool for asciidoctor files. | Horacio Sanson | |
2020-06-19 | Merge pull request #3172 from 0xMH/patch-1 | Horacio Sanson | |
More docs for beginners to use cloudformation linter | |||
2020-05-22 | Support revive for go files (#2933) | Paco | |
Signed-off-by: Penghui Liao <liaoishere@gmail.com> | |||
2020-05-19 | refactor(javac): ale_java_javac_sourcepath variable defaults to String | NiBo | |
2020-05-19 | refactor(javac): ale_java_javac_classpath variable supports String and List ↵ | NiBo | |
types | |||
2020-05-19 | refactor(javac): ale_java_javac_sourcepath variable supports String and List ↵ | NiBo | |
types | |||
2020-05-15 | feat(javac): Add java_javac_sourcepath variable | NiBo | |
This variable can set multiple source code paths, the source code path is a relative path (relative to the project root directory) | |||
2020-05-15 | Added linter installing methods | Mohamed hamza | |
2020-05-15 | Merge pull request #3077 from puritys/javaagent | Horacio Sanson | |
To support javaagent on eclipselsp | |||
2020-05-15 | More docs for beginners to use cloudformation linter | NoNE | |
2020-05-09 | Merge pull request #3134 from Ian2020/master | Horacio Sanson | |
Add shellcheck as linter for bats files | |||
2020-05-05 | Merge branch 'rust-analyzer' of https://github.com/jonhoo/ale into ↵ | RyanSquared | |
jonhoo-rust-analyzer | |||
2020-04-29 | Add Apple's swift-format as a linter | Klaas Pieter Annema | |