summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-08Switch variables to dictionary keyDonnie West
2019-11-08Add scriptencoding to `completion.vim`Donnie West
2019-11-08Fix typoDonnie West
2019-11-08Add documentation for ale-symbols featureDonnie West
2019-11-08Allow the user to set their own completion valuesDonnie West
2019-11-07Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2019-11-07Switch from style to transformers (#2838)Thibault Vatter
* Switch to transformers for styler * Adapt unit test too
2019-11-07Fix a test failing in AppVeyorw0rp
2019-11-07Merge pull request #2887 from tamago324/add-nimcheck-end_col-optionsw0rp
Add nimcheck end_col options
2019-11-07Revert "Add definition of c/clangd's language as C (#2791)"w0rp
This reverts commit f4070f6c43b3cb2e7463d8426a68d5a726991288.
2019-11-07Merge pull request #2617 from robindar/masterw0rp
Fix crystal-lang non file-tied message handling
2019-11-07Add nimcheck end_col optionstamago324
nimcheck
2019-11-05fixed typoBartek thindil Jasicki
2019-11-05Update test/command_callback/test_adals_command_callbacks.vaderBartek Jasicki
Co-Authored-By: timlag1305 <timlag1305@gmail.com>
2019-11-05Update doc/ale-ada.txtBartek Jasicki
Co-Authored-By: timlag1305 <timlag1305@gmail.com>
2019-11-05Update ale_linters/ada/adals.vimBartek Jasicki
Co-Authored-By: timlag1305 <timlag1305@gmail.com>
2019-11-05Update ale_linters/ada/adals.vimBartek Jasicki
Co-Authored-By: timlag1305 <timlag1305@gmail.com>
2019-10-31Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2019-10-29Merge pull request #2690 from iclanzan/purtyw0rp
Add purty fixer for PureScript
2019-10-29Merge pull request #2819 from greg0ire/psalm_extra_optionsw0rp
Add the possiblity to add extra psalm options
2019-10-28Fix the test issues with html-beautifyw0rp
2019-10-28Add support for html-beautify (#2788)Hugo Osvaldo Barrera
* Add support for html-beautify * Add html-beautify to the list of supported tools * Update docs
2019-10-28fixers/stylelint: enhance `stylelint` fixer (#2745)Charlie Johnson
* Refactor stylelint fixer test * Support additional stylelint fixer options * Support changing working directory for stylelint fixer * Force css syntax for stylelint fixer
2019-10-28Merge pull request #2700 from elebow/clangcheck-no-color-diagnosticsw0rp
clangcheck: Add -fno-color-diagnostics (closes #2188)
2019-10-22Merge branch 'master' into do-not-save-on-autoimportJerko Steiner
2019-10-22Rename ale#fix#SetBufferContents to ale#util#SetBufferContentsJerko Steiner
2019-10-21Allow the use of StandardX for StandardJS linting and fixing.Ian Campbell
See https://github.com/standard/standardx
2019-10-21Remove standardts fixer in favor of allowing standard.vim fixer to handle ↵Ian Campbell
JavaScript or TypeScript options.
2019-10-21Make sure README and docs are synced.Ian Campbell
2019-10-21Add StandardJS for TypeScript linting and fixing.Ian Campbell
2019-10-21Fix #2835 - Bump up the sign group version check for NeoVimw0rp
2019-10-18rename command variable to *_adals_* instead of *_lsp_* and whole name to ↵Bartek thindil Jasicki
adals instead of adalsp
2019-10-18Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2019-10-18Make more names match upJon Gjengset
2019-10-18Mention the disabled option for message severityw0rp
2019-10-18Adding support for LSP `window/showMessage` method (#2652)Andre Souto
* Added base handling for window/showMessage * Ignoring severity log * Code formatting * Added user configurable severity * Preferring ale#util#ShowMessage over echo'ing directly * Using format similar to ale_echo_msg_format for consistency * Updating docs * Added LSP log config string; improved tests * Use warning as fallback for incorrect user config
2019-10-18Merge pull request #2845 from DonnieWest/fixItemDetailsOnEmptySourcew0rp
Fix tsserver not returning details for items with empty source
2019-10-18Merge pull request #2844 from DonnieWest/fixAsyncompleteCodeActionsw0rp
Allow code actions to work on callback based sources
2019-10-17Fix tsserver not returning details for items with empty sourceDonnie West
2019-10-17Allow code actions to work on callback based sourcesDonnie West
2019-10-17Merge remote-tracking branch 'murfalo/clangd-compile-commands'w0rp
2019-10-17Add support for nimlsp (#2815)Jerko Steiner
* Add support for nimlsp.vim * Add test and docs for nimlsp * Add nimlsp to supported-tools.md * Add nimlsp to doc/ale-supported-languages-and-tools.txt
2019-10-17Add definition of c/clangd's language as C (#2791)João Borges
* Add definition of c/clangd's language as C * Update tests for clangd to be called with '-x c' * Change to use single quotes instead of double quotes
2019-10-16Place rust sections in alphabetical orderJon Gjengset
2019-10-16Also list analyzer in doc/ supported toolsJon Gjengset
2019-10-16Fix TOC sortingJon Gjengset
2019-10-16Make TOC match upJon Gjengset
2019-10-16Bump the ALE versionv2.6.0w0rp
2019-10-16minor test fixJon Gjengset
2019-10-16Add support for rust-analyzerJon Gjengset
Fixes #2832