Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-12 | Merge pull request #2696 from elebow/update-test-docs-for-linter-lists | w0rp | |
Update test docs and output for linter tables checked | |||
2019-09-12 | feat: support sqlformat. (#2702) | Cluas | |
* feat: support sqlformat. | |||
2019-09-12 | Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto ↵ | Jerko Steiner | |
import support (tsserver) (#2709) This commit adds support for renaming symbols in tsserver and with LSP tools, and for organising imports with tsserver. Completion results for symbols that can be imported are now suggested if enabled for tsserver completion done via ALE. | |||
2019-09-12 | Merge pull request #2695 from elebow/move-ruby-escape-executable | w0rp | |
Move ale#handlers#ruby#EscapeExecutable to ale#ruby#EscapeExecutable | |||
2019-09-12 | languagetools: stop auto-appending --autoDetect (#2616) | Samuel Roeca | |
Options are now configurable for languagetools, and `--autoDetect` can be removed by changing the options. | |||
2019-09-12 | Limit the branches for branch builds for AppVeyor | w0rp | |
2019-09-12 | Limit the branches for Travis CI branch builds | w0rp | |
2019-09-12 | Merge pull request #2741 from zoonfafer/shell | w0rp | |
linter/sh: Improve parsing of error messages in different locales | |||
2019-09-11 | Fix #2760 - Ignore all errors for adding NeoVim highlights | w0rp | |
2019-09-10 | dfmt support (#2662) | theoremoon | |
* Add support for `dfmt` | |||
2019-09-01 | Make help text clearer for line number highlights | w0rp | |
2019-09-01 | Add g:ale_sign_highlight_linenr (#2678) | BlahGeek | |
* add g:ale_sign_highlight_linenr * Fix tests. Change option default value * Rename ale_sign_highlight_linenr to ale_sign_highlight_linenrs * Default ale_sign_highlight_linenrs to 0 | |||
2019-09-01 | Fix tests so they work with new NeoVim highlight code | w0rp | |
2019-09-01 | Merge pull request #2638 from frangio/nvim-highlight | w0rp | |
Use Neovim API for highlights when available | |||
2019-08-31 | linter/sh: Improve parsing of error messages in different locales | Jeffrey Lau | |
Fixes #2687 | |||
2019-08-18 | Merge remote-tracking branch 'AlexeiDrake/master' into ↵ | w0rp | |
bugfix/c-lsp-build-dir-settings | |||
2019-08-18 | Merge pull request #2677 from davidtwco/check-toc-test-failure | w0rp | |
Remove `/bin/ls` assumption from check-toc test. | |||
2019-08-18 | Merge pull request #2701 from elebow/doc-elixir-linters-floppy_disk | w0rp | |
Add :floppy_disk: to dialyxir and dogma | |||
2019-08-18 | Black fixer should include --pyi for files with .pyi extension (#2705) | richyfish | |
* black fixer should include --pyi for files with .pyi extension | |||
2019-08-18 | Merge pull request #2631 from timlag1305/feat/ada-gnatpp | w0rp | |
Add gnatpp fixer for Ada | |||
2019-08-17 | Merge pull request #2706 from richyfish/2703_mypy_stderr | w0rp | |
mypy linter capture stderr for error reporting in ALEInfo | |||
2019-08-17 | Keep cursor position on screen when opening/closing lists (#2632) | Andre Souto | |
* Trying to keep win view from bouncing * Adjusting when views are saved and restored * Also restore view when closing quickfix * Don't restore view when opening list vertically | |||
2019-08-17 | Fix cflags parsing (#2510, #2265) (#2590) | fx-carton | |
* Parse CFLAGS that can be passed using a whitelist I went through GCC's man page and selected flags that can safely be passed to GCC and that can be useful to syntax checking. These include: - -I/-i* include flags - preprocessor flags such as -D - -W* warning flags - -O* optimization flags - most -f options - -m arch dependent options * Fix CFLAGS tests: -Idir is now parsed to -I dir * Added two tests for flags we want or don't want to pass. * Also check for / in addition to s:sep | |||
2019-08-17 | Add asyncomplete.vim Support (#2627) | Donnie West | |
2019-08-15 | mypy linter capture stderr for error reporting in ALEInfo | Richard French | |
2019-08-15 | Add :floppy_disk: to dialyxir and dogma | Eddie Lebow | |
2019-08-13 | Update test docs and output for linter tables checked | Eddie Lebow | |
This makes some of the run-test output less misleading. Also fix a minor shellcheck issue: "\*" and "\\*" are equivalent, but the second one makes clear that the literal backslash is intentional. | |||
2019-08-13 | Move ale#handlers#ruby#EscapeExecutable to ale#ruby#EscapeExecutable | Eddie Lebow | |
This function is generally applicable to Ruby, not just handling linter output. | |||
2019-08-12 | aleinfo global options (#2686) | richyfish | |
* added omitted global variables which was breaking this test when run standalone * invert logic for s:GetLinterVariables excluding disabled linters, so that linter global options can appear in output * additional tests for s:GetLinterVariables for linter global options | |||
2019-08-03 | Remove `/bin/ls` assumption. | David Wood | |
On some systems, notably NixOS, there is no `/bin/ls` and thus this test can fail unnecessarily on those systems. This commit uses `/usr/bin/env ls` which resolves the issue. | |||
2019-08-02 | Fix #2668 - Set g:ale_go_go111module | w0rp | |
2019-07-30 | Merge pull request #2430 from eliath/master | w0rp | |
Support $GO111MODULE with Go tooling | |||
2019-07-30 | Merge pull request #2646 from paulreimer/fixer-clangformat-use-assume-filename | w0rp | |
Set --assume-filename for clangformat fixer | |||
2019-07-29 | Add setting for numhl highlights (#2637) | JINNOUCHI Yasushi | |
* Add setting for numhl highlights * Add doc for numhl feature | |||
2019-07-29 | Merge pull request #2612 from andys8/feature/elm-language-server-update | w0rp | |
Update elm-ls | |||
2019-07-29 | Update links to use the new GitHub organization | w0rp | |
2019-07-19 | Set --assume-filename for clangformat fixer | Paul Reimer | |
2019-07-14 | Merge pull request #2618 from rustic-games/clippy-flags | w0rp | |
Update Rust cargo linter to better integrate with Clippy | |||
2019-07-14 | Merge pull request #2643 from delphinus/feature/update-deoplete-for-cpp | w0rp | |
Add Deoplete's input_patterns for cpp | |||
2019-07-14 | Add Deoplete's input_patterns for cpp | delphinus | |
2019-07-14 | Merge pull request #2601 from delphinus/feature/better-completion-for-deoplete | w0rp | |
Show more candidates for Deoplete completion | |||
2019-07-13 | Add Sorbet ruby linter and fixer (#2614) | Matthew Lanigan | |
2019-07-10 | Elm-ls backward compatibility for previous naming | andys8 | |
Previous name of `elm-language-server` was `elm-lsp` | |||
2019-07-10 | Try to mock nvim api functions | Francisco Giordano | |
2019-07-09 | Implement highlights using neovim API | Francisco Giordano | |
2019-07-06 | Merge pull request #2606 from hsanson/fix-javalsp-executable-docs | w0rp | |
Default executable for javalsp is empthy string. | |||
2019-07-02 | Fix incorrect re-selection (#2630) | Pete Beardmore | |
ALE now only resets selections when needed, to prevent side effects. | |||
2019-07-02 | Support csc, update mcsc (#2586) | hernot | |
* Added a new csc linter for C# code. * More output is now handled for mcsc. | |||
2019-07-02 | Add clangtidy fixer (#2548) | ObserverOfTime | |
* Add clangtidy fixer * Add extra_options to clangtidy fixer * Also, use cpp variables in cpp filetypes | |||
2019-07-01 | Add gnatpp fixer for Ada | Tim Lagnese | |