summaryrefslogtreecommitdiff
path: root/test/command_callback
AgeCommit message (Collapse)Author
2018-09-14Adapt testsSascha Grunert
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-08Try to fix CIBartolomeo Stellato
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-06Fix #1822 - support go-langserver lsp.Horacio Sanson
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-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-01Changed sbtserver to just work off of the address variableTy Coghlan
2018-08-30added sbtserver linterTy Coghlan
2018-08-28Merge pull request #1849 from hsanson/1848-add-support-for-java-lspw0rp
Add vscode-java-language-server linter
2018-08-27Add solargraph LSP linter.Horacio Sanson
2018-08-26Add vader test and fix command callback.Horacio Sanson
2018-08-24Merge pull request #1839 from filipekiss/feature/stylelint-inline-cssw0rp
Add Stylelint as HTML Linter
2018-08-24Add clazy as cpp linterfenuks
2018-08-24Fix #1844 - Make the kotlin languageserver linter work againw0rp
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-18Added and fixed testsmatthias
2018-08-16feat: add ale_go_govet_options variabletyru
2018-08-12Merge pull request #1806 from jimenezrick/fix-rustc-linterw0rp
Fix #1684: Use the correct flag name in rustc linter
2018-08-10Fix #1684: Use the correct flag name in rustc linterRicardo Catalinas Jiménez
The rust compiler renamed the option '-Z no-trans' to '-Z no-codegen'. https://github.com/rust-lang/rust-enhanced/issues/281
2018-08-09Add C/C++ tests for cquery LSP linterkodemeister
2018-08-03Add support for yang-lspDavid Hotham
2018-08-03Fix #1781 - Fix me breaking the tsserver linterw0rp
2018-08-03Fix the Windows testsw0rp
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-08-02Add Haskell IDE Engine (hie) support (#1735)Luxed
* Adding support for haskell-ide-engine * Work with the current directory if no stack.yaml file is found * Added Cabal file detection, updated documentation and added tests * Updated help
2018-07-29Add support for parsing compile_commands.json files for C compilersw0rp
2018-07-22Add Clangd language server support for CAndrey Melentyev
2018-07-22Merge pull request #1742 from typetetris/masterw0rp
Add cabal-ghc linter
2018-07-20Add cabal-ghc linterEric Wolf
cabal-ghc calls ghc via cabal exec and so ghc has access to packages in cabal sandboxes for example
2018-07-19Add the .fortls file necessary for tests to work (defying .gitignore)Ben Spiers
2018-07-19Add documentation and testing for fortlsBen Spiers
2018-07-16remark-lint without saving to diskTakashi WADA
2018-07-16Support remark-lint installed locallyTakashi WADA
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-07-06Add an AssertLinter command for testsw0rp
2018-07-02add dummy pyre binary and executableDerek P Sifford
2018-07-02add command_callback testDerek P Sifford
2018-07-01Fix #1412 - Use --stdin-filename for newer reek versionsw0rp
2018-06-27Rust Cargo linter: Improve workspace support (#1679)Dan Aloni
* Rust Cargo linter: Improve workspace support When using Cargo workspaces [1], there is a 'Cargo.toml' directory in a top level directory, listing all the crates in the project. If we are currently editing one of the crates, 'cargo build' should execute in that directory for that crate's separate `Cargo.toml`, otherwise Cargo may spend more time possibly rebuilding the entire workspace, and maybe failing on one of the other crates, instead of succeeding on the current. [1] https://doc.rust-lang.org/book/second-edition/ch14-03-cargo-workspaces.html
2018-06-25Add test_pyrex_cython_command_callback.vaderNicolas Pauss
Add common callback tests to check if executable and options are well configurable.