Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
puppet: Add puppet-languageserver linter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add options variable to isort
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 1565859eaed03f8cbec575feacfde6d353eac982.
|
|
|
|
add pyre lsp linter to python linters
|
|
|
|
|
|
|
|
|
|
* Added dartfmt to Fixers
* Added dartfmt specific documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
Improve pyrex cython linter.
|
|
Fix prospector empty string error
|
|
Prospector linter is raising error when no warnings are present in file
(#1680). Copied fix from #779.
|
|
Add common callback tests to check if executable and options are well
configurable.
|