Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-08-24 | Add clazy as cpp linter | fenuks | |
2018-08-23 | Add stylish-haskell as a fixer (#1837) | Evan Borden | |
* Add stylish-haskell as a fixer `stylish-haskell` is a common formatting tool for the haskell toolchain. It is not as advanced as `brittany` or `hindent`, but it is commonly used for formatting of imports and data declarations. This adds it as a fixer in ALE. | |||
2018-08-23 | Enabling clangd for cpp, objc and objcpp | Bruno R. Barreyra | |
2018-08-13 | Explain * for fixers in the README better | w0rp | |
2018-08-13 | Merge pull request #1809 from nrhodes91/readme-global-fixers | w0rp | |
Update README with the `*` ft option for the fixers object | |||
2018-08-13 | Try again | w0rp | |
2018-08-13 | #1808 Try to explain the color scheme for the example GIF | w0rp | |
2018-08-12 | Include info about `*` being a fallback | Nick Rhodes | |
The `*` filetype is just fallback, and will be overridden by specific filetype matches. | |||
2018-08-12 | Update README with the `*` ft option for the fixers object | Nick Rhodes | |
It wasn't immediately obvious that the `g:ale_fixers` cannot be a list, and would allow the use of `*` to match all filetypes. I was hoping to add a bit more detail to the README to make this clearer. | |||
2018-08-08 | Add prettier as a YAML option (#1789) | Peter Benjamin | |
* Add prettier as a yaml fixer * Sort yaml fixers alphabetically * Add prettier to doc/ale.txt * Add ale-yaml-prettier * Add ale-yaml-prettier to the TOC | |||
2018-08-03 | Add support for yang-lsp | David Hotham | |
2018-08-02 | Merge pull request #1770 from fredemmott/hack | w0rp | |
Split Hack out from PHP, modernize | |||
2018-08-02 | Disable HHAST by default | Fred Emmott | |
it executes $PROJECT/vendor/bin/hhast, so that's not a good idea. |