Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2019-07-01 | Support $GO111MODULE with Go tooling | Elias Martinez Cohen | |
Allows the user to override $GO111MODULE environment variable through ale options. This gives control over the default behavior of Go module resolution. Golang documentation: https://github.com/golang/go/wiki/Modules#how-to-use-modules Add `ale#Go#EnvString()` function to make it easy to add similar Go environment variables in the future. Use the new `EnvString` function in all available Go tools callbacks & update tests Also add test of linter command callback for `gofmt` | |||
2019-06-30 | Merge pull request #2625 from ericdwang/update-readme | w0rp | |
Update README section about running linters on save | |||
2019-06-27 | Update README section about running linters on save | Eric Wang | |
The default for `g:ale_lint_on_insert_leave` was recently changed to 1, so it now needs to be explicitly set to 0 to run linters only when files are saved. | |||
2019-06-25 | support all cargo options for build/clippy | Jean Mertz | |
2019-06-25 | Use input_patterns & add comments for updating it | delphinus | |
2019-06-24 | support clippy options with -- | Jean Mertz | |
2019-06-21 | Update elm-ls | andys8 | |
* elm_lsp is now elm_ls * The binary published by @elm-tooling is elm-language-server Updates tests, docs and adds more options to the plugin. | |||
2019-06-21 | Merge branch 'fix-small-doc-typo' | RyanSquared | |
2019-06-20 | Fix small doc typo | Horacio Sanson | |
2019-06-19 | Handle powershell unexpected token with newline (#2588) | Jesse Harris | |
* Newline in unexpected token broke parser * fixed test to properly capture regressions * removed deprecated linter options for powershell | |||
2019-06-19 | Merge pull request #2600 from hsanson/add-javalsp-lsp-options-2 | w0rp | |
Add support for javalsp configuration options. | |||
2019-06-19 | Merge pull request #2602 from lbonn/master | w0rp | |
Update docs on default after recent changes | |||
2019-06-19 | Update docs on default after recent changes | lbonn | |
`g:ale_lint_on_insert_leave` default has been changed from 0 to 1 in 168768b32667b244e0afdc8da851d91ab95d6e2f | |||
2019-06-19 | Merge pull request #2599 from parkovski/cpp-autocomplete-trigger | w0rp | |
Enable C++ autocompletion on '::' and '->' | |||
2019-06-19 | Add & fix tests for added funcs | delphinus | |