Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-06 | Fix #1866 - Handle empty output from Perl | w0rp | |
2018-09-06 | Fix #1822 - support go-langserver lsp. | Horacio Sanson | |
2018-09-04 | add uncrustify fixer for several languages | Derek P Sifford | |
2018-09-05 | Add solargraph.yml file as root path search file. | Horacio Sanson | |
Solargraph allows to set configuration options by creating a .solargraph.yml file at the root of the project using it. Therfore this file is a good canditate for finding ruby projects root paths. Initial discussion: https://github.com/w0rp/ale/issues/1874#issuecomment-418316168 | |||
2018-09-04 | Improve ALE project style checking | w0rp | |
* The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed. | |||
2018-09-04 | Merge pull request #1871 from Ophirr33/master | w0rp | |
added sbtserver linter | |||
2018-09-04 | Fix the dart language server command and cover it with tests | w0rp | |
2018-09-04 | Merge pull request #1882 from jacobmischka/master | w0rp | |
Replace removed function in dart#language_server | |||
2018-09-03 | Replace removed function | Jacob Mischka | |
Replaces removed `ale_linters#dart#language_server#GetExecutable`. Fixes #1881 | |||
2018-09-03 | #1875 Do not lint and so on when an operator is pending | w0rp | |
2018-09-03 | #1875 - Do not echo cursor messages when keys are pending | w0rp | |
2018-09-03 | Merge pull request #1869 from Steap/feature/gitlint-ignore-whitespace | w0rp | |
gitcommit: fully implement warn_about_trailing_whitespace | |||
2018-09-01 | Changed sbtserver to just work off of the address variable | Ty Coghlan | |
2018-08-30 | added sbtserver linter | Ty Coghlan | |
2018-08-30 | Started adding julia languageserver | Bartolomeo Stellato | |
2018-08-30 | gitcommit: fully implement warn_about_trailing_whitespace | Cyril Roelandt | |
Fixes #1761 | |||
2018-08-29 | Merge pull request #1865 from TheLocehiliosan/puppet-options | w0rp | |
Support options for puppet parser validate | |||
2018-08-29 | Always use --color=false when validating puppet | Tim Byrne | |
Colorized output is difficult for ALE to parse. | |||
2018-08-28 | Merge pull request #1866 from Steap/feature/xmllint-fixer | w0rp | |
Add support for xmllint as a fixer. | |||
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-28 | Add support for xmllint as a fixer. | Cyril Roelandt | |
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 | |