Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-07-28 | fix: Change _options to _project_options | jhlink | |
2020-07-26 | fix: Remove explicit calls to file path in astyle | jhlink | |
2020-07-26 | feat: Add project option file support for astyle | jhlink | |
2020-07-26 | feat: Use stdin/redirection for astyle | jhlink | |
2020-07-25 | test: Add cpp test case for astyle | jhlink | |
2020-07-21 | Merge pull request #2914 from hsanson/2913-fix-checkstyle-config-with-options | w0rp | |
Fix 2913 - checkstyle config file ignored. | |||
2020-07-21 | Merge pull request #3070 from hsanson/2732-add-bashate-support | w0rp | |
Fix 2732 - Add bashate support | |||
2020-07-21 | Merge pull request #3119 from hsanson/2269-ktlint-stdin-support | w0rp | |
Fix 2269 - use ktlint stdin. | |||
2020-07-15 | Handling for puppet parser error at end of input. | Mark Egan-Fuller | |
Add handling for `Syntax error at end of input` which doesn't give a line or column. Fixes #2656 | |||
2020-07-10 | Support zls language server for zig | Sheheryar Parvaz | |
2020-07-10 | test: Add astyle vader test | jhlink | |
2020-07-08 | eslint: Use cwd from executable location to fix nested projects (#3222) | Kevin Locke | |
* Split FindNearestExecutable from FindExecutable The path searching in ale#node#FindExecutable() will be useful for eslint. Refactor it into a separate function so it can be used without regard for the state of the _use_global and _executable variables. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> * eslint: Set project root from local executable Using the nearest directory with node_modules does not work correctly for nested projects where the eslint dependencies are in the outer project. For example: https://github.com/dense-analysis/ale/issues/3143#issuecomment-652452362 Adopt the behavior of SublimeLinter, which runs from project_root determined by the presence of the eslint executable in node_modules/.bin (or eslint in dependencies/devDependencies of package.json, which we can add later as necessary). See [NodeLinter#find_local_executable]. [NodeLinter#find_local_executable]: https://github.com/SublimeLinter/SublimeLinter/blob/056e6f6/lint/base_linter/node_linter.py#L109 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2020-07-02 | Tests/puppet: add new test case for a heretofore unaccounted-for version of ↵ | Christopher Peterson | |
error message | |||
2020-07-01 | Run ESLint fixer from project root, where possible (#3096) | Kevin Locke | |
* Split eslint#GetCdString from eslint#GetCommand Move the code for finding the project root and building the cd string into a separate function so that it can be reused in the eslint fixer. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> * Run ESLint fixer from project root dir To match the ESLint linter, as changed in 9ee57d43 (which I forgot to apply to the fixer, whoops). Fixes: #3094 Closes: #3095 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2020-06-20 | Merge pull request #3158 from ulidtko/improve-dockerfile_lint | Horacio Sanson | |
Improve :ALEDetail for dockerfile_lint [READY TO REVIEW] | |||
2020-06-11 | Update the internal ALE version to 2.7.0v2.7.0 | w0rp | |
2020-05-31 | Add test for LSP autoimport | Jerko Steiner | |
2020-05-31 | Add support for rename (documentChanges) | Jerko Steiner | |
2020-05-30 | vim/vint: show policy name | Keith Maxwell | |
So that I can find the relevant information in the vint linting policy summary and policies can be easily configured https://github.com/Vimjas/vint/wiki/Vint-linting-policy-summary Before this change an example warning message appears as: autocmd should execute in an augroup or execute with a group (see :help :autocmd) After this change the same example appears as: ProhibitAutocmdWithNoGroup - autocmd should execute in an augroup or execute with a group (see :help :autocmd) | |||
2020-05-25 | Fixes govet linter for go 1.13+, with tests | mostfunkyduck | |
2020-05-22 | Support revive for go files (#2933) | Paco | |
Signed-off-by: Penghui Liao <liaoishere@gmail.com> | |||
2020-05-20 | Fixes #3092 - Implement loading `@file` c arguments | Stephen Robinson | |
2020-05-19 | refactor(javac): ale_java_javac_classpath variable supports String and List ↵ | NiBo | |
types |