Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-01 | add pyre lsp linter to python linters | Derek P Sifford | |
2018-07-01 | Respect ale_warn_about_trailing_whitespace for yamllint | w0rp | |
2018-07-01 | Capture error codes for yamlllint | w0rp | |
2018-07-01 | Fix #1412 - Use --stdin-filename for newer reek versions | 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-27 | Merge pull request #1682 from fennerm/fix_prospector_e474 | w0rp | |
Fix prospector empty string error | |||
2018-06-26 | Fix prospector empty string error | Fenner Macrae | |
Prospector linter is raising error when no warnings are present in file (#1680). Copied fix from #779. | |||
2018-06-25 | Handle cython warning with custom handle and remove '--warning-errors'. | Nicolas Pauss | |
Add a custom handler to support cython warning format. Remove '--warning-errors' to keep previous behaviour. | |||
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-20 | Merge pull request #1665 from ashemedai/master | w0rp | |
Make CloudFormation linter work again with latest version | |||
2018-06-20 | Merge pull request #1618 from colbydehart/master | w0rp | |
[new linter] Add mix linter for elixir | |||
2018-06-20 | Remove redundant spaces. | w0rp | |
2018-06-20 | Make CloudFormation linter work again with latest | Jeroen Ruigrok van der Werven | |
- Fix regexp - Get rid of +0 since ALE does a str2nr() on lnum and col - Put all matches in numerical order for easier maintenance | |||
2018-06-17 | Merge pull request #1653 from chaucerbao/feature/js-tsserver-support | w0rp | |
Add TSServer support for JavaScript files | |||
2018-06-17 | Merge pull request #1650 from yasuhiroki/support-cfn-python-lint | w0rp | |
Add linter for AWS CloudFormation template file | |||
2018-06-13 | Add TSServer support for JavaScript files | Alvin Chan | |
2018-06-13 | Add end_lnum and end_col in cfn_python_lint handler | yasuhiroki | |
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 | |