Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-01 | Add bibclen fixer support | Horacio Sanson | |
Closes #1910 | |||
2018-11-25 | Readme: Links for tsserver and cargo | Andy | |
2018-11-21 | Merge pull request #2068 from m-pilia/ispc | w0rp | |
Add linter for ispc | |||
2018-11-19 | Merge pull request #2087 from m-pilia/ada | w0rp | |
Add GCC linter for Ada | |||
2018-11-18 | Add GCC linter for Ada | Martino Pilia | |
2018-11-14 | Add Vale linter for AsciiDoc | Jeff Kreeftmeijer | |
Vale supports AsciiDoc. This patch adds a Vale linter for AsciiDoc files, which is based on the existing Markdown linter. | |||
2018-11-12 | Lint ispc on disk to solve include imprecisions | Martino Pilia | |
2018-11-11 | Add linter for ispc | Martino Pilia | |
2018-11-07 | Add prettier to html formatters | Abin Simon | |
2018-11-05 | Explain how to configure aliases better, especially for Vue | w0rp | |
2018-11-04 | Add initial support for ruumba in eruby files. | Andrew Clemons | |
Ruumba provides RuboCop linting for ERB templates. https://github.com/ericqweinstein/ruumba | |||
2018-10-31 | Add a bullet point about symbol search | w0rp | |
2018-10-31 | Implement LSP symbol search | w0rp | |
2018-10-26 | Add the dockerfile_lint linter for Dockerfiles (#1971) | Alexander "Ananace" Olofsson | |
* Add the dockerfile_lint linter for Dockerfiles | |||
2018-10-26 | Add prolog swipl linter (#1979) | Takuya Fujiwara | |
* add prolog/swipl linter * use load_files/2 instead of read_term/2 Because it also checks some semantic warnings / errors not only syntactic warnings / errors. e.g.: * singleton warning * discontiguous warning * ... cf. http://www.swi-prolog.org/pldoc/doc_for?object=style_check/1 * support error messages with no line number :- module(module_name, [pred/0]). causes ERROR: Exported procedure module_name:pred/0 is not defined * add test for prolog/swipl handler * cosmetic fixes * detect timeout using SIGALRM * rename g:prolog_swipl_goals to g:prolog_swipl_load * write doc for prolog/swipl linter * update toc and README * fix ignore patterns | |||
2018-10-26 | Add vim-plug installation instructions | Ben Gadbois | |
2018-10-25 | Merge pull request #1958 from Garland-g/perl6 | w0rp | |
Add Perl6 support via 'perl6 -c' | |||
2018-10-23 | update README.md | Derek P Sifford | |
2018-10-18 | Tell people to turn the completion option on before loading ALE | w0rp | |
2018-10-17 | New linter: dls (#1992) | Auri | |
* New linter: dls | |||
2018-10-15 | #1970 Explain how to configure mouse hovering better | w0rp | |
2018-10-11 | Add elixir-ls language server support | Jon Parise | |
ElixirLS (https://github.com/JakeBecker/elixir-ls) is an LSP server for Elixir. It's distributed as a release package that can be downloaded from https://github.com/JakeBecker/elixir-ls/releases or built locally. The easiest way to start it is via Unix- and Win32-specific helper scripts, so that's the basis of this command integration. Alternatively, we could implement the contents of those platform-specific scripts in the linter's command callback in a language-neutral way, but there isn't any benefit to doing that aside from eliminating the platform check, and that could prove to be too tight of a coupling going forward. | |||
2018-10-05 | Link to my site, so people can find it easily | w0rp | |
2018-09-28 | Add Perl6 support via 'perl6 -c' | Travis Gibson | |
2018-09-28 | Add better support for Haskell stack compiler tools (#1851) | Evan Borden | |
* Add better support for Haskell stack compiler tools This commit adds support for `stack` as the executable of a tool. This follows a pattern that has been implemented for `bundler`'s tool chain. * Move hlint command to linter file * Add vader test for stack exec handling * Update ghc-mod to support stack execution `ghc-mod` was previously broken into 2 linters. 1. ghc_mod 2. stack_ghc_mod This additional linter is not necessary with proper support for executable variables and `stack exec` handling. * Support stack exec in hfmt * Support stack in hdevtools | |||
2018-09-28 | Merge pull request #1950 from yejingchen/ccls | w0rp | |
Add ccls support for C/C++/ObjC | |||
2018-09-27 | Add psalm linter for PHP (#1893) | Richard Marmorstein | |
2018-09-26 | Add ccls support for C/C++/ObjC | Ye Jingchen | |
2018-09-19 | Add fixer for Go modules (#1873) | Martin Tournoij | |
* Add fixer for Go modules | |||
2018-09-19 | Merge pull request #1924 from fenuks/prospector-url-fix | w0rp | |
Update prospector tool URL | |||
2018-09-15 | Fix markdown error in README solargraph entry | Eddie Lebow | |
2018-09-15 | Update prospector tool url in README | fenuks | |
2018-09-10 | Add support for Julia Language Server (#1894) | w0rp | |
2018-09-09 | Updated readme | Bartolomeo Stellato | |
2018-09-09 | Escape julia command + reorder table in README | Bartolomeo Stellato | |
2018-09-09 | Merge pull request #1897 from LEI/add-sqlfmt-fixer | w0rp | |
Add support for sqlfmt | |||
2018-09-09 | Merge pull request #1885 from dsifford/dsifford-fixer-uncrustify | w0rp | |
add uncrustify fixer for several languages | |||
2018-09-08 | Add support for sqlfmt | LEI | |
2018-09-07 | really fix lint errors | Derek P Sifford | |
2018-09-07 | Added various files to integrate julia. Still not working. | Bartolomeo Stellato | |
2018-09-06 | fix lint test failures | Derek P Sifford | |
2018-09-06 | Add golangci-lint (#1890) | Sascha Grunert | |
2018-09-06 | Fix #1822 - support go-langserver lsp. | Horacio Sanson | |
2018-09-04 | add uncrustify fixer for several languages | Derek P Sifford | |
2018-08-30 | added sbtserver linter | Ty Coghlan | |
2018-08-28 | Merge pull request #1856 from sbl/ocamlformat | w0rp | |
add ocamlformat support | |||
2018-08-28 | Merge pull request #1849 from hsanson/1848-add-support-for-java-lsp | w0rp | |
Add vscode-java-language-server linter | |||
2018-08-27 | Add solargraph LSP linter. | Horacio Sanson | |
2018-08-26 | Add java lsp linter to documentation | Horacio Sanson | |
2018-08-26 | add ocamlformat support | sbl | |