summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-09-10Add support for Julia Language Server (#1894)w0rp
2018-09-10Fixed NASM testsDaniel Jones
2018-09-09Escape julia command + reorder table in READMEBartolomeo Stellato
2018-09-09Merge pull request #1897 from LEI/add-sqlfmt-fixerw0rp
Add support for sqlfmt
2018-09-09Merge pull request #1885 from dsifford/dsifford-fixer-uncrustifyw0rp
add uncrustify fixer for several languages
2018-09-08Try to fix CIBartolomeo Stellato
2018-09-08Add support for sqlfmtLEI
2018-09-07#1888 Support names with minuses in Clojure and Lispw0rp
2018-09-07Fix julia escaping + minor editsBartolomeo Stellato
2018-09-07Added testsBartolomeo Stellato
2018-09-06Merge pull request #1883 from hsanson/add-solargraph-yml-to-root-path-searchw0rp
Add solargraph.yml file as root path search file.
2018-09-06Add golangci-lint (#1890)Sascha Grunert
2018-09-06#1891 Fix the go-langserver testsw0rp
2018-09-06Merge pull request #1870 from hsanson/1822-add-go-langserver-supportw0rp
Fix #1822 - support go-langserver lsp.
2018-09-06Fix #1866 - Handle empty output from Perlw0rp
2018-09-06Fix #1822 - support go-langserver lsp.Horacio Sanson
2018-09-04add uncrustify fixer for several languagesDerek P Sifford
2018-09-05Add 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-04Improve ALE project style checkingw0rp
* 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-04Merge pull request #1871 from Ophirr33/masterw0rp
added sbtserver linter
2018-09-04Fix the dart language server command and cover it with testsw0rp
2018-09-03#1875 Do not lint and so on when an operator is pendingw0rp
2018-09-03Merge pull request #1869 from Steap/feature/gitlint-ignore-whitespacew0rp
gitcommit: fully implement warn_about_trailing_whitespace
2018-09-01Changed sbtserver to just work off of the address variableTy Coghlan
2018-08-30added sbtserver linterTy Coghlan
2018-08-30gitcommit: fully implement warn_about_trailing_whitespaceCyril Roelandt
Fixes #1761
2018-08-28Merge pull request #1866 from Steap/feature/xmllint-fixerw0rp
Add support for xmllint as a fixer.
2018-08-28Merge pull request #1856 from sbl/ocamlformatw0rp
add ocamlformat support
2018-08-28Merge pull request #1849 from hsanson/1848-add-support-for-java-lspw0rp
Add vscode-java-language-server linter
2018-08-28Add support for xmllint as a fixer.Cyril Roelandt
2018-08-28Merge pull request #1847 from hsanson/1846-support-solargraph-lspw0rp
1846 support solargraph lsp
2018-08-28Merge pull request #1861 from dimbleby/goto-definition-columnw0rp
Fix out-by-one error in column on goto-definition
2018-08-27Fix out-by-one error in column on goto-definitionDavid Hotham
Fixes #1860
2018-08-27Add solargraph LSP linter.Horacio Sanson
2018-08-26Add vader test and fix command callback.Horacio Sanson
2018-08-26fix testssbl
2018-08-26add ocamlformat supportsbl
2018-08-24Merge pull request #1839 from filipekiss/feature/stylelint-inline-cssw0rp
Add Stylelint as HTML Linter
2018-08-24Use one LSP connection per projectw0rp
2018-08-24Add clazy as cpp linterfenuks
2018-08-24Fix #1844 - Make the kotlin languageserver linter work againw0rp
2018-08-24Merge pull request #1841 from dabbeg/fix-importjs-fixerw0rp
importjs fixer not reading correct executable variable name
2018-08-24importjs fixer not reading correct executable variable nameDavíð Guðni
2018-08-23Add hlint refactoring as a fixer (#1836)Evan Borden
2018-08-23Add 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-23Merge pull request #1820 from SuRaMoN/masterw0rp
Added phpcs options support as described in #257
2018-08-23Remove "go env" from gobuild linterMartin 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:umbrella: Add html stylelint testFilipe Kiss
2018-08-20Merge pull request #1815 from fredemmott/lsp-related-informationw0rp
If present, use new-ish LSP 'relatedInformation' field for :ALEDetail
2018-08-18Added and fixed testsmatthias