Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-10 | Fix #3278 - Handle UTF-8 in URI encoding/decoding | w0rp | |
2020-08-09 | #3276 - Update README for make -n changes | w0rp | |
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 | Move :ALEInfo higher up in the FAQ | 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 order of supported-tools for pyright | w0rp | |
2020-08-07 | It's the Current Year | 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 | #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-06 | Merge pull request #3123 from liskin/ccls-build-dir | w0rp | |
ccls: Detect build dir and set compilationDatabaseDirectory | |||
2020-08-06 | Fix #3266 Part 2: Fix Harder | w0rp | |
2020-08-05 | Fix #3266 - Truncate hover messages for LSP too | w0rp | |
2020-08-05 | Merge pull request #3196 from jeremija/autoimport-langserver-pr | w0rp | |
Add autoimport and rename support for langservers | |||
2020-08-04 | Use more American English | w0rp | |
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-08-01 | Merge pull request #3257 from jhlink/fix_astyle_config_detection_with_source | Horacio Sanson | |
Fix Astyle Project Option Detection when Placed with Source Files | |||
2020-07-30 | doc: Meaningless comment to kick CI from hang | jhlink | |
2020-07-31 | Merge pull request #3246 from lgmsantos/patch-1 | Horacio Sanson | |
Update ale-java.txt | |||
2020-07-31 | Support markdownlint rules with multiple slashes | Sebastian Blask | |
2020-07-31 | Merge pull request #3258 from jmreicha/patch-3 | Horacio Sanson | |
bashate typo | |||
2020-07-30 | fix: Replace hardcoded quotes with ale#Escape | jhlink | |
2020-07-30 | Typo | Josh Reichardt | |
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 | Merge pull request #3253 from sblask/support-markdownlint-0.19.0-and-0.22.0 | Horacio Sanson | |
Support markdownlint 0.19.0 and 0.22.0 | |||
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 | style: Resolve lint issue | jhlink | |
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 | doc: Add C++ desc in astyle entry in registry | jhlink | |
2020-07-26 | doc: Add ale_cpp_astyle_options in ale-cpp | jhlink | |