Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-21 | Merge pull request #3292 from dmitrivereshchagin/add-elvis-handler-for-erlang | w0rp | |
Add Elvis handler for Erlang | |||
2020-11-21 | Merge pull request #3282 from zanona/master | w0rp | |
fix(ale_linters/phpcs): add support for multiline error messages | |||
2020-09-26 | fix lint, fix variable semantics and update tests | bratekarate | |
2020-09-25 | fix(ale_linters/phpcs): add support for multiline error messages | Marcus Zanona | |
2020-09-06 | Add Elvis handler for Erlang | Dmitri Vereshchagin | |
[Elvis][1] is an Erlang style reviewer. [1]: https://github.com/inaka/elvis | |||
2020-08-29 | Improved macro handling in gcc | Kimplul | |
2020-08-28 | Merge pull request #2988 from joereynolds/master | w0rp | |
Add sql-lint as linter | |||
2020-08-17 | Merge pull request #3007 from klaaspieter/swift-format | w0rp | |
Add Apple's swift-format as a linter | |||
2020-08-16 | Make it easier to run tests locally | w0rp | |
Certain tests could break if you ran them separately from other tests. They have been patched. `run-tests` now has a `--fast` option which runs tests with only the fastest Vim version ALE tests with, and the custom checks. | |||
2020-08-14 | Merge pull request #2924 from patrick96/vlog-filename | w0rp | |
verilog: Add filename to vlog linter output | |||
2020-08-07 | Merge pull request #3191 from mostfunkyduck/master | w0rp | |
Fixes govet linter for go 1.13+, with tests | |||
2020-08-06 | fix cppcheck for 1.89+, and add column support (#3030) | tsjordan-eng | |
* fix cppcheck for 1.89+, and add column support In cppcheck 1.89 the output changed to be more like GCC. This commit forces any version of cppcheck to output in that same format. This also allows for ALE to pick up the linter's column information * Add parameters to tests. Vader passes. * Fix c cppcheck for v1.89 | |||
2020-07-31 | Support markdownlint rules with multiple slashes | Sebastian Blask | |
2020-07-30 | Support markdownlint 0.19.0 and 0.22.0 | Sebastian Blask | |
Fixes #2965 | |||
2020-07-21 | Merge pull request #3070 from hsanson/2732-add-bashate-support | w0rp | |
Fix 2732 - Add bashate support | |||
2020-07-15 | Handling for puppet parser error at end of input. | Mark Egan-Fuller | |
Add handling for `Syntax error at end of input` which doesn't give a line or column. Fixes #2656 | |||
2020-07-02 | Tests/puppet: add new test case for a heretofore unaccounted-for version of ↵ | Christopher Peterson | |
error message | |||
2020-06-20 | Merge pull request #3158 from ulidtko/improve-dockerfile_lint | Horacio Sanson | |
Improve :ALEDetail for dockerfile_lint [READY TO REVIEW] | |||
2020-05-25 | Fixes govet linter for go 1.13+, with tests | mostfunkyduck | |
2020-05-06 | Fix style and test | max ulidtko | |
2020-04-29 | Add Apple's swift-format as a linter | Klaas Pieter Annema | |
2020-04-28 | Fix handler test, function name has changed | Ian2020 | |
2020-04-18 | Adds column number to the verilator verilog linter | TG | |
Since version 4.032 (04/2020) verilator linter messages also contain the column number, and look like: %Error: /tmp/test.sv:3:1: syntax error, unexpected endmodule, expecting ';' To stay compatible with old versions of the tool, the column number is optional in the researched pattern regular expression. See commit: https://github.com/verilator/verilator/commit/81c659957e89f28861fde870f000cce2d5f76729 | |||
2020-03-23 | Fix 2732 - Add bashate support | Horacio Sanson | |
2020-01-31 | Add sql-lint as linter | Joe Reynolds | |
2020-01-02 | Fix the build | w0rp | |
2020-01-02 | Fix #2704 - Show mypy notes; can be disabled | w0rp | |
2019-12-05 | verilog: Add filename to vlog linter output | patrick96 | |
2019-11-26 | Fix 2891 - eslint not showing errors. | Horacio Sanson | |
ESLint errors are contained in an array that can contain different stuff other than JSON error messages. This patch iterates over the whole array ignoring any non-json data. | |||
2019-11-07 | Merge pull request #2887 from tamago324/add-nimcheck-end_col-options | w0rp | |
Add nimcheck end_col options | |||
2019-11-07 | Merge pull request #2617 from robindar/master | w0rp | |
Fix crystal-lang non file-tied message handling | |||
2019-11-07 | Add nimcheck end_col options | tamago324 | |
nimcheck | |||
2019-10-11 | Fix crystal-lang non file-tied message handling | David A. R. Robin | |
Some messages of the crystal compiler are not tied to a file. This causes a 'Key not present in Dictionnary' error (E716). For the record, the json output on ```require "./nonexistent.cr"``` is the following : ```json [ { "file":"/tmp/file.cr", "line":1, "column":1, "size":0, "message":"while requiring \"./nonexistent.cr\"" }, { "message":"can't find file './nonexistent.cr' relative to '/tmp'" } ] ``` The second message does not have line/column attributes. | |||
2019-10-07 | fix tflint handler for 0.11+ (#2775) | Jérôme Foray | |
* fix tflint handler for 0.11+ * fixup! fix tflint handler for 0.11+ * maintain compatibility with previous tflint output format * fixup! maintain compatibility with previous tflint output format * Add comment about tflint's output format accross versions | |||
2019-10-07 | Merge pull request #2813 from werneta/master | w0rp | |
Update vlog parser to handle new output format | |||
2019-10-07 | Merge pull request #2694 from elebow/add-ruby-debride | w0rp | |
Add ruby debride (closes #2471) | |||
2019-10-05 | Add test for new vlog format | Thomas A. Werne | |
2019-09-20 | Merge pull request #2691 from elebow/mdl-use-json-output | w0rp | |
mdl: Use JSON output instead of parsing text | |||
2019-09-19 | Add support for `solc` Solidity compiler (#2648) | Karl Bartel | |
* Add support for `solc` Solidity compiler * Set default value for `solidity_solc_options` * Add test for solc handler | |||
2019-09-12 | Merge pull request #2693 from elebow/chmod-remove-x | w0rp | |
Remove +x bit from some files that don't need it. | |||
2019-08-31 | linter/sh: Improve parsing of error messages in different locales | Jeffrey Lau | |
Fixes #2687 | |||
2019-08-18 | mdl: Use JSON output instead of parsing text | Eddie Lebow | |
Also add test coverage for the mdl handler. | |||
2019-08-13 | debride: Add debride linter (closes #2471) | Eddie Lebow | |
2019-08-13 | Remove +x bit from some files that don't need it. | Eddie Lebow | |
2019-07-02 | Support csc, update mcsc (#2586) | hernot | |
* Added a new csc linter for C# code. * More output is now handled for mcsc. | |||
2019-06-19 | Handle powershell unexpected token with newline (#2588) | Jesse Harris | |
* Newline in unexpected token broke parser * fixed test to properly capture regressions * removed deprecated linter options for powershell | |||
2019-06-08 | Merge pull request #2559 from nerdrew/rust-cargo-rendered-detail | w0rp | |
show rendered cargo error in detail for clippy errors | |||
2019-06-08 | Merge pull request #2551 from laino/eslint-json | w0rp | |
Use JSON output for ESLint and fix tsserver column | |||
2019-06-05 | Fix #2525 - Convert Windows paths in a Unix environment | w0rp | |
2019-06-04 | show rendered cargo error in detail | Andrew Lazarus | |