Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-28 | Merge pull request #1847 from hsanson/1846-support-solargraph-lsp | w0rp | |
1846 support solargraph lsp | |||
2018-08-28 | Fix #1859 - Make the connection ID available on the connection object | w0rp | |
2018-08-28 | Merge pull request #1861 from dimbleby/goto-definition-column | w0rp | |
Fix out-by-one error in column on goto-definition | |||
2018-08-27 | Update TOC for ale-puppet-puppet | Tim Byrne | |
2018-08-27 | Support options for puppet parser validate | Tim Byrne | |
It can be necessary to pass options to the puppet parser validation. The most glaring example of this is when using Puppet 3, with the `parser = future` option enabled. This update allows adding `--parser=future` to the options passed to Puppet. | |||
2018-08-27 | Fix out-by-one error in column on goto-definition | David Hotham | |
Fixes #1860 | |||
2018-08-27 | Add solargraph LSP linter. | Horacio Sanson | |
2018-08-26 | Add vader test and fix command callback. | Horacio Sanson | |
2018-08-26 | Add java lsp linter to documentation | Horacio Sanson | |
2018-08-26 | fix tests | sbl | |
2018-08-26 | add ocamlformat support | sbl | |
2018-08-24 | Sort the HTML documentation sections | w0rp | |
2018-08-24 | Merge pull request #1839 from filipekiss/feature/stylelint-inline-css | w0rp | |
Add Stylelint as HTML Linter | |||
2018-08-24 | Use one LSP connection per project | w0rp | |
2018-08-24 | :books: Add html stylelint to TOC | Filipe Kiss | |
2018-08-24 | Add clazy as cpp linter | fenuks | |
2018-08-24 | Fix #1844 - Make the kotlin languageserver linter work again | w0rp | |
2018-08-24 | Merge pull request #1841 from dabbeg/fix-importjs-fixer | w0rp | |
importjs fixer not reading correct executable variable name | |||
2018-08-24 | importjs fixer not reading correct executable variable name | Davíð Guðni | |
2018-08-24 | Add vscode-java-language-server linter | Horacio Sanson | |
2018-08-23 | Add hlint refactoring as a fixer (#1836) | Evan Borden | |
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 | Merge pull request #1835 from barreyra/master | w0rp | |
Enabling clangd for cpp, objc and objcpp | |||
2018-08-23 | Merge pull request #1820 from SuRaMoN/master | w0rp | |
Added phpcs options support as described in #257 | |||
2018-08-23 | Merge pull request #1842 from kjagiello/patch-1 | w0rp | |
Fix case typo in the documentation | |||
2018-08-23 | Merge pull request #1840 from Carpetsmoker/gopath | w0rp | |
Remove "go env" from gobuild linter | |||
2018-08-23 | Fix case typo in the documentation | Krzysztof Jagiełło | |
2018-08-23 | Enabling clangd for cpp, objc and objcpp | Bruno R. Barreyra | |
2018-08-23 | Remove "go env" from gobuild linter | Martin Tournoij | |
I see no reason to do this? It is just setting the environment to what it already is? It was originally added in #297, but that entire PR is not a great idea in the first place; that PR (together with #270) tried to make the Go do non-standard and non-supported stuff like compiling packages outside of GOPATH. That's not something that works well (I tried), so was eventually removed in #465, but these "go env" calls remained, for no reason in particular, as far as I can think of. This will improve on #1834; you will now no longer get a confusing error (but still won't get a meaningful error; need to think how to do that). | |||
2018-08-22 | :books: Add docs for html stylelint | Filipe Kiss | |
2018-08-22 | :umbrella: Add html stylelint test | Filipe Kiss | |
2018-08-22 | Add html stylelint linter | Filipe Kiss | |
2018-08-20 | Merge pull request #1815 from fredemmott/lsp-related-information | w0rp | |
If present, use new-ish LSP 'relatedInformation' field for :ALEDetail | |||
2018-08-18 | Added and fixed tests | matthias | |
2018-08-17 | Use &l:equalprg so local options do not override global ones | w0rp | |
2018-08-16 | Added phpcs options support as described in #257 | matthias | |
2018-08-16 | Fix #1816 - Fix a type error in the initialize message handler | w0rp | |
2018-08-16 | Merge pull request #1818 from tyru/add-go-govet-options | w0rp | |
Add ale_go_govet_options variable | |||
2018-08-16 | feat: add ale_go_govet_options variable | tyru | |
2018-08-15 | Correct related information line numbers from 0-based to 1-based | Fred Emmott | |
2018-08-15 | Test file was the wrong way around | Fred Emmott | |
2018-08-15 | Better formatting | Fred Emmott | |
2018-08-15 | Use new-ish LSP 'relatedInformation' field for :ALEDetail | Fred Emmott | |
2018-08-15 | Stop creating closure function in global scope by using partials instead | w0rp | |
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 | Merge pull request #1806 from jimenezrick/fix-rustc-linter | w0rp | |
Fix #1684: Use the correct flag name in rustc linter |