Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-26 | Add support for 'vulture' for Python | Yauhen Kirylau | |
2018-07-25 | Merge pull request #1757 from jtalowell/master | w0rp | |
Providing cquery support for C files | |||
2018-07-25 | Fix joker finding .joker file | morrifeldman | |
Add --working-dir option so joker can find a .joker file in the project root directory. | |||
2018-07-25 | Providing cquery support for C files | jtalowell | |
2018-07-25 | Switch to v:t_ variables for type checks | w0rp | |
2018-07-24 | #1754 Require snake_case names for linters in the codebase | w0rp | |
2018-07-23 | Merge pull request #1745 from sharils/master | w0rp | |
Work around hot-reloading issue again | |||
2018-07-23 | Fix autoload for phoenix | sharils | |
When dializer isn't a dependency, mix dialyzer recompiles the whole project because it's not possible to know if this command dialyzer exist or not until recompilation is done. Then the timestamps of the project is messed up which results in broken hot-loading. In this case, mix help dialyzer would return zero which prevents compilation of the whole project since dialyzer isn't installed, it's help manual doesn't exist. When dialyzer is a dependency, mix dialyzer would just run the command. In this case, mix help dialyzer would return 1 which allows mix dialyzer to run. | |||
2018-07-22 | Merge pull request #1751 from melentye/master | w0rp | |
Add Clangd language server support for C | |||
2018-07-22 | Add Clangd language server support for C | Andrey Melentyev | |
2018-07-22 | Merge pull request #1750 from kylef/kylef/apib-tmp | w0rp | |
Make drafter linter use stdin instead of writing to tmp file | |||
2018-07-22 | Make drafter linter use stdin instead of writing to tmp file | Kyle Fuller | |
Writing to a tmp file is unnecessary as drafter will use stdin if a path is not provided. | |||
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 documentation and testing for fortls | Ben Spiers | |
2018-07-19 | Add support for Fortran language server by @hansec | 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 | Add kotlin language server support (#1725) | MTDL9 | |
* Add kotlin languageserver linter definition * Added kotlin languageserver references in docs, fix missing !! on other linters * Added Vader tests for root path detection in Kotlin Language Server | |||
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-07-12 | Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR | w0rp | |
2018-07-07 | Merge pull request #1697 from ananace/add-puppet-languageserver | w0rp | |
puppet: Add puppet-languageserver linter | |||
2018-07-06 | Add flow-language-server | jamestthompson3 | |
2018-07-05 | Clean up root detection for puppet languageserver | Alexander Olofsson | |
2018-07-05 | vue: Add the vls language server linter | Alexander Olofsson | |
2018-07-04 | puppet: Add puppet-languageserver linter | Alexander Olofsson | |
2018-07-04 | Make the language option for LSP linters optional | w0rp | |
2018-07-04 | Remove deprecated code for the 2.0 releasev2.0.0 | w0rp | |
2018-07-01 | add pyre lsp linter to python linters | Derek P Sifford | |
2018-07-01 | Respect ale_warn_about_trailing_whitespace for yamllint | w0rp | |
2018-07-01 | Capture error codes for yamlllint | w0rp | |
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-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 | 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-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 | 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-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-13 | Add TSServer support for JavaScript files | Alvin Chan | |
2018-06-13 | Add end_lnum and end_col in cfn_python_lint handler | yasuhiroki | |
2018-06-12 | Add linter for AWS CloudFormation template file | yasuhiroki | |
2018-06-07 | WIP cd to project path | Colby Dehart | |
2018-06-07 | added test for command callback | Colby Dehart | |