Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-24 | Update the developer documentation | 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 | Merge pull request #1736 from unpairedbracket/master | w0rp | |
Add support for Fortran language server by @hansec | |||
2018-07-20 | Fix #1631 - Disable balloon support for terminals by default | w0rp | |
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-17 | Fix #1619 - Rewrite lint on enter events so they behave better | w0rp | |
2018-07-16 | Add a missing ToC entry for remark-lint | w0rp | |
2018-07-16 | Support remark-lint installed locally | Takashi WADA | |
2018-07-15 | Update the Python documentation | w0rp | |
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-13 | Handle linter callback functions being unknown or deleted | 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 | Remove an outdated note from the documentation | w0rp | |
2018-07-05 | Support formatting escaped executable names into commands with %e | w0rp | |
2018-07-05 | vue: Add the vls language server linter | Alexander Olofsson | |
2018-07-05 | Fix the doctag alignment | w0rp | |
2018-07-04 | add options variable to isort | Derek P Sifford | |
2018-07-04 | puppet: Add puppet-languageserver linter | Alexander Olofsson | |
2018-07-04 | Make the language option for LSP linters optional | w0rp | |
2018-07-03 | Merge pull request #1691 from dsifford/dsifford-python-pyre | w0rp | |
add pyre lsp linter to python linters | |||
2018-07-03 | Close #830 - Implement LSP connections via TCP sockets | w0rp | |
2018-07-01 | Fix a false positive linting issue | w0rp | |
2018-07-01 | add pyre to table in doc/ale.txt | Derek P Sifford | |
2018-07-01 | add pyre lsp linter to python linters | Derek P Sifford | |
2018-07-01 | Close #1685 - Move developer documentation to a help file | w0rp | |
2018-07-01 | Fix a typo in the documentation | w0rp | |
2018-07-01 | Added dartfmt fixer (#1683) | Govind KP | |
* Added dartfmt to Fixers * Added dartfmt specific documentation | |||
2018-06-28 | Move design goals to online documentation | 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-25 | sh: add bash-language-server linter | Christian Hö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 #1417 - Support wildcard filetypes for fixers | w0rp | |
2018-06-20 | #1398 document the detail key | w0rp | |
2018-06-20 | Merge pull request #1618 from colbydehart/master | w0rp | |
[new linter] Add mix linter for elixir | |||
2018-06-12 | Add linter for AWS CloudFormation template file | yasuhiroki | |
2018-06-06 | Add the cquery LSP #1475 #1594 | Ben Falconer | |
2018-06-06 | Allow initialization options to be passed to language servers | 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-04 | doc/scalafmt: Remove wrong bits on initial "enabledness" of fixers | Jeffrey Lau | |