Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-01 | Add tests for the yamllint handler | w0rp | |
2018-07-01 | Switch back to running everything in one build, which is twice as fast | w0rp | |
2018-07-01 | Try running tests in parallel again | w0rp | |
2018-07-01 | Try splitting up the build into separate jobs | w0rp | |
2018-07-01 | Run Vint and custom checks together with just --linters-only | w0rp | |
2018-07-01 | Revert "Try adding Docker caching for Travis CI" | w0rp | |
This reverts commit 1990efdba7fe16723940eb119d9b2fc11c7eda41. | |||
2018-07-01 | Make highlight tests pass more in Neovim 0.3 | w0rp | |
2018-07-01 | Try adding Docker caching for Travis CI | w0rp | |
2018-07-01 | Fix #1412 - Use --stdin-filename for newer reek versions | w0rp | |
2018-06-28 | Move design goals to online documentation | w0rp | |
2018-06-28 | Disable non-Vader tests when targeting Vader tests | w0rp | |
2018-06-28 | Make a test which can fail randomly synchronous instead | w0rp | |
2018-06-28 | Get tests running and passing with NeoVim 0.2 and 0.3 | w0rp | |
2018-06-28 | Try NeoVim 0.2.1, as 0.2.0 is way too slow | w0rp | |
2018-06-28 | Update Dockerfile to test NeoVim 0.2 and 0.3, with a newer Vint version | 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-27 | Merge pull request #1675 from nicopauss/master | w0rp | |
Improve pyrex cython linter. | |||
2018-06-27 | Merge pull request #1682 from fennerm/fix_prospector_e474 | w0rp | |
Fix prospector empty string error | |||
2018-06-26 | Fix prospector empty string error | Fenner Macrae | |
Prospector linter is raising error when no warnings are present in file (#1680). Copied fix from #779. | |||
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-25 | Merge pull request #1641 from docwhat/pr/add-bash-lsp | w0rp | |
sh: add bash-language-server linter | |||
2018-06-25 | Handle cython warning with custom handle and remove '--warning-errors'. | Nicolas Pauss | |
Add a custom handler to support cython warning format. Remove '--warning-errors' to keep previous behaviour. | |||
2018-06-25 | sh: add bash-language-server linter | Christian HoĢltje | |
2018-06-25 | Improve pyrex cython linter. | Nicolas Pauss | |
Like many other linters, use variables for the executable and options used by the linter. By default, the linter now report every warnings as errors with `--warning-errors`. Also add include directory and set working directory to file directory. | |||
2018-06-24 | Close #1453 #1172 - Add ale_linters_ignore for ignoring linter results | w0rp | |
2018-06-23 | Merge pull request #1673 from meain/fixer-tidy | w0rp | |
Add fixer tidy for HTML | |||
2018-06-23 | Add fixer tidy for HTML | Abin Simon | |
Add tests for tidy HTML fixer | |||
2018-06-23 | #1674 - Alias verilog_systemverilog to verilog by default | w0rp | |
2018-06-21 | Close #1590 - Automatically close previews for hover | w0rp | |
2018-06-21 | Fix #1661 - Do not use :edit when jumping inside of a file | w0rp | |
2018-06-21 | Close #1522 - Show suggested fixers in :ALEInfo | w0rp | |
2018-06-21 | Close #1417 - Support wildcard filetypes for fixers | w0rp | |
2018-06-20 | #1398 document the detail key | w0rp | |
2018-06-20 | Merge pull request #1665 from ashemedai/master | w0rp | |
Make CloudFormation linter work again with latest version | |||
2018-06-20 | Merge pull request #1618 from colbydehart/master | w0rp | |
[new linter] Add mix linter for elixir | |||
2018-06-20 | Remove redundant spaces. | w0rp | |
2018-06-20 | Try to fix the tests on Windows | w0rp | |
2018-06-20 | Update test to match update to linter | Jeroen Ruigrok van der Werven | |
Also make lnum and col proper strings, since that is how it is matched by the regexp, ALE handles the conversion to number. | |||
2018-06-20 | Make CloudFormation linter work again with latest | Jeroen Ruigrok van der Werven | |
- Fix regexp - Get rid of +0 since ALE does a str2nr() on lnum and col - Put all matches in numerical order for easier maintenance | |||
2018-06-20 | Set up most of the autocmd events in one group | w0rp | |
2018-06-20 | Remove CallWithCooldown functions to save on time | w0rp | |
2018-06-19 | Move ClockMilliseconds to events, so fewer files are loaded some times | w0rp | |
2018-06-19 | Move the initialization of augroups to then events file | w0rp | |
2018-06-19 | Remove a redundant variable in tests | w0rp | |
2018-06-19 | Avoid calling ALE cleanup code if ALE never tried to check a buffer | w0rp | |
2018-06-18 | Set `--parser` option in Prettier's fixer (#1620) | Alvin Chan | |
* Set `--parser` option in Prettier's fixer * Add expected `--parser` option to tests * Disable Prettier `--parser` detection if file extension exists * Manually default Prettier `--parser` to "babylon" * Add `--parser` test for TypeScript * Add tests for Prettier `--parser` * Add JSON5 to the suggested fixer for Prettier | |||
2018-06-17 | Merge pull request #1653 from chaucerbao/feature/js-tsserver-support | w0rp | |
Add TSServer support for JavaScript files | |||
2018-06-17 | Merge pull request #1650 from yasuhiroki/support-cfn-python-lint | w0rp | |
Add linter for AWS CloudFormation template file | |||
2018-06-15 | Tell people that there's no cost for LSP support if they don't need it | w0rp | |
2018-06-15 | Lazy-load LSP linters, and check b:changedtick before notifying about changes | w0rp | |