Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-09 | Add C/C++ tests for cquery LSP linter | kodemeister | |
2018-08-03 | Add support for yang-lsp | David Hotham | |
2018-08-03 | Fix #1781 - Fix me breaking the tsserver linter | w0rp | |
2018-08-03 | Fix the Windows tests | w0rp | |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2018-08-02 | Add 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-29 | Add support for parsing compile_commands.json files for C compilers | w0rp | |
2018-07-22 | Add Clangd language server support for C | Andrey Melentyev | |
2018-07-22 | Merge pull request #1742 from typetetris/master | w0rp | |
Add cabal-ghc linter | |||
2018-07-20 | Add cabal-ghc linter | Eric Wolf | |
cabal-ghc calls ghc via cabal exec and so ghc has access to packages in cabal sandboxes for example | |||
2018-07-19 | Add the .fortls file necessary for tests to work (defying .gitignore) | Ben Spiers | |
2018-07-19 | Add documentation and testing for fortls | Ben Spiers | |
2018-07-16 | remark-lint without saving to disk | Takashi WADA | |
2018-07-16 | Support remark-lint installed locally | Takashi WADA | |
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-07-06 | Add an AssertLinter command for tests | w0rp | |
2018-07-02 | add dummy pyre binary and executable | Derek P Sifford | |
2018-07-02 | add command_callback test | Derek P Sifford | |
2018-07-01 | Fix #1412 - Use --stdin-filename for newer reek versions | w0rp | |
2018-06-27 | Rust 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-25 | Add test_pyrex_cython_command_callback.vader | Nicolas Pauss | |
Add common callback tests to check if executable and options are well configurable. | |||
2018-06-23 | Add fixer tidy for HTML | Abin Simon | |
Add tests for tidy HTML fixer | |||
2018-06-20 | Merge pull request #1618 from colbydehart/master | w0rp | |
[new linter] Add mix linter for elixir | |||
2018-06-20 | Try to fix the tests on Windows | w0rp | |
2018-06-07 | WIP cd to project path | Colby Dehart | |
2018-06-07 | added test for command callback | Colby Dehart | |
2018-06-07 | Adapt test to also use Rscript --vanilla | Stefan Siegel | |
2018-06-06 | Add the cquery LSP #1475 #1594 | Ben Falconer | |
2018-06-05 | Allow all Python linter executables to be set to `pipenv`. | Eddie Lebow | |
It appends ` run {linter_name}`, analogously to the Ruby linters when the executable is set to `bundle` | |||
2018-06-04 | Allow linting rust tests and examples with cargo | Michał Budzyński | |
2018-06-03 | Merge pull request #1623 from zoonfafer/scalafmt-fixer | w0rp | |
Add 'scalafmt' fixer for Scala files | |||
2018-06-02 | Allow flake8 executable to be set to `pipenv`. | Eddie Lebow | |
It appends ` run flake8`, analogously to the Ruby tools when the executable is set to `bundle` | |||
2018-06-03 | Add 'scalafmt' fixer for Scala files | Jeffrey Lau | |
closes https://github.com/w0rp/ale/issues/1299 | |||
2018-05-28 | Remove a test for a deprecated variable that seems to trip up Travis | w0rp | |
2018-05-28 | Fix #1566 - Add g:ale_python_flake8_change_directory | w0rp | |
2018-05-28 | Fix #1611 - Fix perlcritic escaping on Windows | w0rp | |
2018-05-25 | Move the sasslint handlers to one location | w0rp | |
2018-05-15 | Run sass-lint from the target's directory | Ben Falconer | |
2018-05-04 | Fixed handle test for Windows | Øyvind Ingvaldsen | |
Needed to add correct separator to test data. | |||
2018-05-04 | Added NASM linter | Øyvind Ingvaldsen | |
Added NASM linter (for nasm filetype). | |||
2018-05-01 | Add bundle option to mdl | David Rodríguez | |
2018-04-27 | Close #1521 - Allow the language to be set with simple strings for LSP linters | w0rp | |
2018-04-26 | flake8: Move to the buffer's directory before running flake8 command | Andreas Kloeckner | |
2018-04-21 | Merge pull request #1511 from elebow/add-cucumber-checker | w0rp | |
Add `cucumber` checker for Cucumber files | |||
2018-04-20 | Add cucumber checker for cucumber files | Eddie Lebow | |
For now, it only detects undefined steps. The nearest `features` dir above the buffer file is loaded, so step definitions should be found correctly. Tested only with Cucumber for Ruby, but it should work for any cucumber that follows a substantially similar directory structure. | |||
2018-04-17 | Fix #1507 - Add an option for disabling switching directories for pylint | w0rp | |
2018-04-12 | Fix rust rls linter toolchain argument | eyenseo | |
This removes the argument if the specified toolchain is empty. As far as I can tell there is no +nighly (or similar) option [1] leading to the termination of the server. But since people needed this option and have yet to complain about it it stays the default for now. [1] https://github.com/rust-lang-nursery/rls/blob/master/src/main.rs#L87 | |||
2018-04-09 | pylint: Move to the buffer's directory before running pylint command (Fix #1472) | rhysd | |
2018-04-08 | Close #1476 - Make the javac executable configurable | w0rp | |
2018-04-08 | Close #1315 - Make the vint executable configurable | w0rp | |