summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-12Close #3274 - Handle basic LSP markdown formattingw0rp
2020-08-12Restore 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-10Fix #1608 - Treat .h as C++ files for C++ clang-tidyw0rp
2020-08-10#2919 Use compile_commands.json for headersw0rp
2020-08-10Fix #3278 - Handle UTF-8 in URI encoding/decodingw0rp
2020-08-09#3276 - Update README for make -n changesw0rp
2020-08-09#3276 - Disable make -n by default againw0rp
2020-08-09Enable C flag parsing by defaultw0rp
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-09Explain how to use ALE and coc.nvim togetherw0rp
2020-08-09Move :ALEInfo higher up in the FAQw0rp
2020-08-09Close #3267 - Add a general autoimport settingw0rp
2020-08-09Merge pull request #2849 from DonnieWest/excludeTsserverWarningsw0rp
Allow the user to remove warnings from completions
2020-08-07Merge pull request #3107 from daliusd/tslintfixw0rp
Fix tslint fixer not working issue (temporary file not found)
2020-08-07Fix #3273 - Handle missing keys in hover informationw0rp
2020-08-07Try to fix gopls tests againw0rp
2020-08-07Try to fix gopls testsw0rp
2020-08-07Fix order of supported-tools for pyrightw0rp
2020-08-07It's the Current Yearw0rp
2020-08-07Fix a failing testw0rp
2020-08-07Close #2472 - Add support for pyrightw0rp
2020-08-07Fix #2907 - Handle dictionaries for capabilitiesw0rp
2020-08-07Merge pull request #3191 from mostfunkyduck/masterw0rp
Fixes govet linter for go 1.13+, with tests
2020-08-06fix 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 toolsw0rp
2020-08-06Adds 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-06Merge pull request #3123 from liskin/ccls-build-dirw0rp
ccls: Detect build dir and set compilationDatabaseDirectory
2020-08-06Fix #3266 Part 2: Fix Harderw0rp
2020-08-05Fix #3266 - Truncate hover messages for LSP toow0rp
2020-08-05Merge pull request #3196 from jeremija/autoimport-langserver-prw0rp
Add autoimport and rename support for langservers
2020-08-04Use more American Englishw0rp
2020-08-04#1532 - Display hover information on CursorHoldw0rp
2020-08-01Merge pull request #3259 from ↵Horacio Sanson
sblask/support-markdownlint-rules-with-multiple-slashes Support markdownlint rules with multiple slashes
2020-08-01Merge pull request #3257 from jhlink/fix_astyle_config_detection_with_sourceHoracio Sanson
Fix Astyle Project Option Detection when Placed with Source Files
2020-07-30doc: Meaningless comment to kick CI from hangjhlink
2020-07-31Merge pull request #3246 from lgmsantos/patch-1Horacio Sanson
Update ale-java.txt
2020-07-31Support markdownlint rules with multiple slashesSebastian Blask
2020-07-31Merge pull request #3258 from jmreicha/patch-3Horacio Sanson
bashate typo
2020-07-30fix: Replace hardcoded quotes with ale#Escapejhlink
2020-07-30TypoJosh Reichardt
2020-07-30fix: Force add .astylerc in test_cpp_projectjhlink
2020-07-30test: Find .astylerc placed with src for astylejhlink
2020-07-30fix: Find proj_options in same dir for astylejhlink
2020-07-30Merge pull request #3253 from sblask/support-markdownlint-0.19.0-and-0.22.0Horacio Sanson
Support markdownlint 0.19.0 and 0.22.0
2020-07-30Support markdownlint 0.19.0 and 0.22.0Sebastian Blask
Fixes #2965
2020-07-29Merge pull request #3231 from jhlink/add-astyle-for-c-formattingHoracio Sanson
Add astyle for C/C++ formatting
2020-07-29style: Resolve lint issuejhlink
2020-07-29fix: Use ALE to reliably find project optionsjhlink
2020-07-28test: Set empty values for astyle project_optionsjhlink
2020-07-28chore: Distinguish test value namejhlink
2020-07-28chore: Delete dead test codejhlink