summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-19Remove texlab rust rewrite linkKevin Lui
It seems like the texlab rust rewrite has completed so the link is now broken and not necessary.
2019-08-18Merge remote-tracking branch 'AlexeiDrake/master' into ↵w0rp
bugfix/c-lsp-build-dir-settings
2019-08-18Merge pull request #2677 from davidtwco/check-toc-test-failurew0rp
Remove `/bin/ls` assumption from check-toc test.
2019-08-18Merge pull request #2701 from elebow/doc-elixir-linters-floppy_diskw0rp
Add :floppy_disk: to dialyxir and dogma
2019-08-18Black fixer should include --pyi for files with .pyi extension (#2705)richyfish
* black fixer should include --pyi for files with .pyi extension
2019-08-18Merge pull request #2631 from timlag1305/feat/ada-gnatppw0rp
Add gnatpp fixer for Ada
2019-08-17Merge pull request #2706 from richyfish/2703_mypy_stderrw0rp
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-17Fix 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-17Add asyncomplete.vim Support (#2627)Donnie West
2019-08-15mypy linter capture stderr for error reporting in ALEInfoRichard French
2019-08-15Add :floppy_disk: to dialyxir and dogmaEddie Lebow
2019-08-12aleinfo 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-03Remove `/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-02Fix #2668 - Set g:ale_go_go111modulew0rp
2019-07-30Merge pull request #2430 from eliath/masterw0rp
Support $GO111MODULE with Go tooling
2019-07-30Merge pull request #2646 from paulreimer/fixer-clangformat-use-assume-filenamew0rp
Set --assume-filename for clangformat fixer
2019-07-29Add setting for numhl highlights (#2637)JINNOUCHI Yasushi
* Add setting for numhl highlights * Add doc for numhl feature
2019-07-29Merge pull request #2612 from andys8/feature/elm-language-server-updatew0rp
Update elm-ls
2019-07-29Update links to use the new GitHub organizationw0rp
2019-07-19Set --assume-filename for clangformat fixerPaul Reimer
2019-07-14Merge pull request #2618 from rustic-games/clippy-flagsw0rp
Update Rust cargo linter to better integrate with Clippy
2019-07-14Merge pull request #2643 from delphinus/feature/update-deoplete-for-cppw0rp
Add Deoplete's input_patterns for cpp
2019-07-14Add Deoplete's input_patterns for cppdelphinus
2019-07-14Merge pull request #2601 from delphinus/feature/better-completion-for-deopletew0rp
Show more candidates for Deoplete completion
2019-07-13Add Sorbet ruby linter and fixer (#2614)Matthew Lanigan
2019-07-10Elm-ls backward compatibility for previous namingandys8
Previous name of `elm-language-server` was `elm-lsp`
2019-07-06Merge pull request #2606 from hsanson/fix-javalsp-executable-docsw0rp
Default executable for javalsp is empthy string.
2019-07-02Fix incorrect re-selection (#2630)Pete Beardmore
ALE now only resets selections when needed, to prevent side effects.
2019-07-02Support csc, update mcsc (#2586)hernot
* Added a new csc linter for C# code. * More output is now handled for mcsc.
2019-07-02Add clangtidy fixer (#2548)ObserverOfTime
* Add clangtidy fixer * Add extra_options to clangtidy fixer * Also, use cpp variables in cpp filetypes
2019-07-01Add gnatpp fixer for AdaTim Lagnese
2019-07-01Support $GO111MODULE with Go toolingElias 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-30Merge pull request #2625 from ericdwang/update-readmew0rp
Update README section about running linters on save
2019-06-27Update README section about running linters on saveEric 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-25support all cargo options for build/clippyJean Mertz
2019-06-25Use input_patterns & add comments for updating itdelphinus
2019-06-24support clippy options with --Jean Mertz
2019-06-21Update elm-lsandys8
* 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-21Merge branch 'fix-small-doc-typo'RyanSquared
2019-06-20Fix small doc typoHoracio Sanson
2019-06-19Handle 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-19Merge pull request #2600 from hsanson/add-javalsp-lsp-options-2w0rp
Add support for javalsp configuration options.
2019-06-19Merge pull request #2602 from lbonn/masterw0rp
Update docs on default after recent changes
2019-06-19Update docs on default after recent changeslbonn
`g:ale_lint_on_insert_leave` default has been changed from 0 to 1 in 168768b32667b244e0afdc8da851d91ab95d6e2f
2019-06-19Merge pull request #2599 from parkovski/cpp-autocomplete-triggerw0rp
Enable C++ autocompletion on '::' and '->'
2019-06-19Add & fix tests for added funcsdelphinus
2019-06-19Add separated func for deopletedelphinus
Deoplete needs `get_complete_position` method and it has a different signature. It already fetches the input string and attempts to detect the position with `\k*` regexp patterns.
2019-06-19Add input_pattern setting for deopletedelphinus
This option is used to determine if `min_pattern_length` is ignored. In usual, it does not start completion when the matched input string is shorter than `min_pattern_length`. But when the string matches `input_pattern`, it starts completion even when ths string is `''`.
2019-06-19Default executable for javalsp is empthy string.Horacio Sanson
This fixes documentation to match actual implementation.