Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-06-07 | Use --vanilla switch for Rscript | Stefan Siegel | |
This prevents possibly bad interference with the user's R environment, e.g. by an auto-activating packrat. | |||
2018-06-07 | #1635 - Use the project base rather than its parent for cquery | Ben Falconer | |
2018-06-06 | Add the cquery LSP #1475 #1594 | 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-03 | Merge pull request #1625 from elebow/flake8-pipenv-run | w0rp | |
Allow flake8 executable to be set to `pipenv`. | |||
2018-06-03 | Respect warn_about_trailing_whitespace for gitlint | w0rp | |
2018-06-02 | Allow flake8 executable to be set to `pipenv`. | Eddie Lebow | |
It appends ` run flake8`, analogously to the Ruby tools when the executable is set to `bundle` | |||
2018-06-02 | handled temp file and env variable correctly; added tests | Colby Dehart | |
2018-06-02 | Merge pull request #1617 from luitzifa/master | w0rp | |
Fix for puppet version >= 5.4.0 | |||
2018-06-01 | added mix build path env var to the mix compile | Colby Dehart | |
2018-05-30 | Add mix linter for elixir | Magnus Ottenklinger | |
2018-05-29 | Fix for puppet version 5.4.0 | Daniel Kraemer | |
i don't know of any version lower than 5.4.0 | |||
2018-05-28 | #1587 - Add deprecation warnings for old linter options | w0rp | |
2018-05-28 | Fix #1566 - Add g:ale_python_flake8_change_directory | w0rp | |
2018-05-28 | Fix #1611 - Fix perlcritic escaping on Windows | w0rp | |
2018-05-28 | Merge pull request #1562 from haginaga/support_phan_client | w0rp | |
Add support phan_client for php | |||
2018-05-27 | Fix an incorrect argument of ale#Var in ale_linters#php#phan#Handle | haginaga | |
2018-05-27 | Fix code style issues and refactor to use ale#Var | haginaga | |
2018-05-26 | Merge pull request #1574 from hecrj/elm-0.19 | w0rp | |
Support Elm 0.19 | |||
2018-05-25 | Fix multiline indentation | Héctor Ramón Jiménez | |
2018-05-25 | Move the sasslint handlers to one location | w0rp | |
2018-05-25 | Merge pull request #1573 from zed0/master | w0rp | |
Run sass-lint from the target's directory | |||
2018-05-25 | Merge pull request #1575 from tsuburin/enable_dmd_warnings | w0rp | |
Enable warnings of dmd command | |||
2018-05-15 | Fix #1584 - Make duplicate msgfmt messages easier to navigate | w0rp | |
2018-05-15 | Make Elm linter backwards compatible with Elm 0.18 | Héctor Ramón Jiménez | |
2018-05-15 | Run sass-lint from the target's directory | Ben Falconer | |
2018-05-12 | Show Elm.Kernel as location when `report.path` is `null` in a general problem | Héctor Ramón Jiménez | |
2018-05-12 | Added "-wi" to the dmd command to endable warning messages. | tsuburin | |
2018-05-12 | Use `message` as `text` instead of `title` | Héctor Ramón Jiménez | |
`title` does not contain much information which forces to use :ALEDetail most of the time | |||
2018-05-11 | Update ale-elm doc | Héctor Ramón Jiménez | |
2018-05-11 | Test global problems and imported module errors | Héctor Ramón Jiménez | |
2018-05-11 | Upgrade Elm linter to support 0.19 error reports | Héctor Ramón Jiménez | |
2018-05-08 | Fix to follow the Google VimScript Style Guide | haginaga | |
2018-05-08 | Fix to follow the Google VimScript Style Guide | haginaga | |
2018-05-08 | Modify to be able to use phan_client without g:ale_php_phan_executable | haginaga | |
2018-05-08 | (close w0rp/ale#1561) Add support phan_client for php | haginaga | |
2018-05-04 | Added NASM linter | Øyvind Ingvaldsen | |
Added NASM linter (for nasm filetype). | |||
2018-05-01 | Add bundle option to mdl | David Rodríguez | |
2018-04-27 | Close #1521 - Allow the language to be set with simple strings for LSP linters | w0rp | |
2018-04-26 | flake8: Move to the buffer's directory before running flake8 command | Andreas Kloeckner | |
2018-04-22 | Close #1162 - Implement completion support with LSP servers | w0rp | |
2018-04-21 | Merge pull request #1511 from elebow/add-cucumber-checker | w0rp | |
Add `cucumber` checker for Cucumber files | |||
2018-04-20 | Add cucumber checker for cucumber files | Eddie Lebow | |
For now, it only detects undefined steps. The nearest `features` dir above the buffer file is loaded, so step definitions should be found correctly. Tested only with Cucumber for Ruby, but it should work for any cucumber that follows a substantially similar directory structure. | |||
2018-04-17 | Fix #1507 - Add an option for disabling switching directories for pylint | w0rp | |
2018-04-15 | Close #1504 - Add an option for removing --respect-pragma for flow | w0rp | |
2018-04-12 | Fix rust rls linter toolchain argument | eyenseo | |
This removes the argument if the specified toolchain is empty. As far as I can tell there is no +nighly (or similar) option [1] leading to the termination of the server. But since people needed this option and have yet to complain about it it stays the default for now. [1] https://github.com/rust-lang-nursery/rls/blob/master/src/main.rs#L87 |