Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-19 | Fix #3200 - Do not use -fstack-usage from parsed flags | w0rp | |
2020-08-19 | #3056 Add tests for parsed C/C++ -std flag handling | w0rp | |
2020-08-19 | Merge pull request #3178 from sudobash1/expand_at | w0rp | |
Fixes #3092 - Implement loading `@file` c arguments | |||
2020-08-18 | Remove features deprecated in previous versions | w0rp | |
2020-08-18 | Fix #3294 - Fix hover off by 1, handle LSP server crashes | 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 #3046 from hsanson/2816-fix-standard-fix-doesnt-work | w0rp | |
Fix 2816 - Standard fix does not work. | |||
2020-08-17 | Merge pull request #2759 from kgrzywacz/master | w0rp | |
credo now recognizes umbrella projects | |||
2020-08-17 | Merge pull request #2906 from ↵ | w0rp | |
elebow/shelldetect-fall-back-to-filetype-if-no-hashbang ShellDetect falls back to filetype if no hashbang (fixes #2886) | |||
2020-08-17 | Merge pull request #2940 from davidsierradz/add-markdownlint-options | w0rp | |
allow passing custom options to markdownlint | |||
2020-08-17 | Add remark-lint for a markdown fixer (#2836) | blyoa | |
2020-08-16 | Make it easier to run tests locally | w0rp | |
Certain tests could break if you ran them separately from other tests. They have been patched. `run-tests` now has a `--fast` option which runs tests with only the fastest Vim version ALE tests with, and the custom checks. | |||
2020-08-14 | Fix #2899 - Handle tsserver default import completion | w0rp | |
2020-08-14 | Merge pull request #3144 from jamescdavis/dont_append_newline_when_noeol | w0rp | |
don't append a newline to temp file when buffer is noeol and nofixeol is set | |||
2020-08-14 | Merge pull request #2920 from ConradIrwin/prettier-standard-stdin | w0rp | |
Fix prettier_standard to respect the configuration file | |||
2020-08-14 | Merge pull request #2924 from patrick96/vlog-filename | w0rp | |
verilog: Add filename to vlog linter output | |||
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 | Fix 1695 - Change rubocop fixer to use stdin (#3230) | Horacio Sanson | |
* Fix 1695 - Change rubocop fixer to use stdin * Update test_rubocop_fixer_callback.vader Co-authored-by: Horacio Sanson <horacio@allm.inc> Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
2020-08-12 | Close #3274 - Handle basic LSP markdown formatting | 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-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-10 | Fix #3278 - Handle UTF-8 in URI encoding/decoding | 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 | Merge pull request #3107 from daliusd/tslintfix | w0rp | |
Fix tslint fixer not working issue (temporary file not found) | |||
2020-08-07 | Fix #3273 - Handle missing keys in hover information | w0rp | |
2020-08-07 | Try to fix gopls tests again | w0rp | |
2020-08-07 | Try to fix gopls tests | w0rp | |
2020-08-07 | Fix a failing test | w0rp | |
2020-08-07 | Close #2472 - Add support for pyright | w0rp | |
2020-08-07 | Fix #2907 - Handle dictionaries for capabilities | w0rp | |
2020-08-07 | Merge pull request #3191 from mostfunkyduck/master | w0rp | |
Fixes govet linter for go 1.13+, with tests | |||
2020-08-06 | fix cppcheck for 1.89+, and add column support (#3030) | tsjordan-eng | |
* fix cppcheck for 1.89+, and add column support In cppcheck 1.89 the output changed to be more like GCC. This commit forces any version of cppcheck to output in that same format. This also allows for ALE to pick up the linter's column information * Add parameters to tests. Vader passes. * Fix c cppcheck for v1.89 | |||
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-06 | Merge pull request #3123 from liskin/ccls-build-dir | w0rp | |
ccls: Detect build dir and set compilationDatabaseDirectory | |||
2020-08-05 | Merge pull request #3196 from jeremija/autoimport-langserver-pr | w0rp | |
Add autoimport and rename support for langservers | |||
2020-08-04 | #1532 - Display hover information on CursorHold | w0rp | |
2020-08-01 | Merge pull request #3259 from ↵ | Horacio Sanson | |
sblask/support-markdownlint-rules-with-multiple-slashes Support markdownlint rules with multiple slashes | |||
2020-07-30 | doc: Meaningless comment to kick CI from hang | jhlink | |
2020-07-31 | Support markdownlint rules with multiple slashes | Sebastian Blask | |
2020-07-30 | fix: Force add .astylerc in test_cpp_project | jhlink | |
2020-07-30 | test: Find .astylerc placed with src for astyle | jhlink | |
2020-07-30 | fix: Find proj_options in same dir for astyle | jhlink | |
2020-07-30 | Support markdownlint 0.19.0 and 0.22.0 | Sebastian Blask | |
Fixes #2965 | |||
2020-07-29 | Merge pull request #3231 from jhlink/add-astyle-for-c-formatting | Horacio Sanson | |
Add astyle for C/C++ formatting | |||
2020-07-29 | fix: Use ALE to reliably find project options | jhlink | |
2020-07-28 | test: Set empty values for astyle project_options | jhlink | |
2020-07-28 | chore: Distinguish test value name | jhlink | |
2020-07-28 | chore: Delete dead test code | jhlink | |