Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
puppet: Add puppet-languageserver linter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
Add fixer tidy for HTML
|
|
Add tests for tidy HTML fixer
|
|
|
|
|
|
|
|
[new linter] Add mix linter for elixir
|
|
|
|
|
|
|
|
It appends ` run {linter_name}`, analogously to the Ruby linters when
the executable is set to `bundle`
|
|
|
|
|
|
closes https://github.com/w0rp/ale/issues/1299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Documentation : document the mouseover magic
|
|
|
|
|
|
|
|
|
|
Add support phan_client for php
|