Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2018-06-03 | Add 'scalafmt' fixer for Scala files | Jeffrey Lau | |
closes https://github.com/w0rp/ale/issues/1299 | |||
2018-06-01 | Update the gitcommit documentation with more examples | w0rp | |
2018-05-30 | Fix #1610 - Encourage the use of ftplugin files more | w0rp | |
2018-05-30 | Fix #1523 - Document completion_filter | w0rp | |
2018-05-30 | Fix a typo in the LSP linter documentation | w0rp | |
2018-05-30 | Fix #1219 - Mention FindProjectRoot behavior for Python in the documentation | w0rp | |
2018-05-30 | Clean up grammar for hover documentation a little | w0rp | |
2018-05-30 | Merge pull request #1589 from gagbo/balloon_doc | w0rp | |
Documentation : document the mouseover magic | |||
2018-05-30 | Add mix linter for elixir | Magnus Ottenklinger | |
2018-05-28 | #1524 - Define global variables where they are needed | w0rp | |
2018-05-28 | #1524 Remove the plugin conflict warnings | w0rp | |
2018-05-28 | Fix #1566 - Add g:ale_python_flake8_change_directory | w0rp | |
2018-05-28 | Merge pull request #1562 from haginaga/support_phan_client | w0rp | |
Add support phan_client for php | |||
2018-05-26 | #1600 Alias vimwiki to markdown | w0rp | |
2018-05-26 | Merge pull request #1574 from hecrj/elm-0.19 | w0rp | |
Support Elm 0.19 | |||
2018-05-17 | Do not echo messages to the echo line for mouse movements unless the user ↵ | w0rp | |
says so | |||
2018-05-17 | Documentation : document the mouseover magic | Gerry Agbobada | |
This first try is focused on fitting the information in existing paragraphs | |||
2018-05-11 | Update ale-elm doc | Héctor Ramón Jiménez | |