Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-28 | Add better support for Haskell stack compiler tools (#1851) | Evan Borden | |
* Add better support for Haskell stack compiler tools This commit adds support for `stack` as the executable of a tool. This follows a pattern that has been implemented for `bundler`'s tool chain. * Move hlint command to linter file * Add vader test for stack exec handling * Update ghc-mod to support stack execution `ghc-mod` was previously broken into 2 linters. 1. ghc_mod 2. stack_ghc_mod This additional linter is not necessary with proper support for executable variables and `stack exec` handling. * Support stack exec in hfmt * Support stack in hdevtools | |||
2018-09-27 | Add psalm linter for PHP (#1893) | Richard Marmorstein | |
2018-09-17 | Handle failing to connect to eslint_d | w0rp | |
2018-09-06 | Add golangci-lint (#1890) | Sascha Grunert | |
2018-09-06 | Fix #1866 - Handle empty output from Perl | w0rp | |
2018-08-30 | gitcommit: fully implement warn_about_trailing_whitespace | Cyril Roelandt | |
Fixes #1761 | |||
2018-08-02 | Include the error in the detailed error message in the GCC handler | w0rp | |
2018-07-30 | Indicate that a C compiler failed due to problems in a header file | w0rp | |
2018-07-26 | Add support for 'vulture' for Python | Yauhen Kirylau | |
2018-07-12 | Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR | w0rp | |
2018-07-01 | Respect ale_warn_about_trailing_whitespace for yamllint | w0rp | |
2018-07-01 | Capture error codes for yamlllint | w0rp | |
2018-07-01 | Add tests for the yamllint handler | w0rp | |
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-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 | Update test to match update to linter | Jeroen Ruigrok van der Werven | |
Also make lnum and col proper strings, since that is how it is matched by the regexp, ALE handles the conversion to number. | |||
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-03 | Respect warn_about_trailing_whitespace for gitlint | w0rp | |
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-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-26 | Merge pull request #1574 from hecrj/elm-0.19 | w0rp | |
Support Elm 0.19 | |||
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-12 | Show Elm.Kernel as location when `report.path` is `null` in a general problem | Héctor Ramón Jiménez | |
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 | 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-09 | Merge pull request #1563 from IngoHeimbach/fix/gcc-fatal-error | w0rp | |
Fatal GCC errors are handled as errors not warnings | |||
2018-05-09 | Fatal GCC errors are handled as errors not warnings | Ingo Heimbach | |
2018-05-04 | smallfix | Øyvind Ingvaldsen | |
2018-05-04 | Added NASM linter | Øyvind Ingvaldsen | |
Added NASM linter (for nasm filetype). | |||
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-10 | Fix #1492 - Make pylint error parsing work on Windows | w0rp | |
2018-04-09 | Add support for the java PMD linter | Johannes Wienke | |
2018-04-05 | Integration of qmlfmt linting tool (#1462) | P M | |
* Add first qmlfmt support * Add GetCommand() function - pass --error/-e option * Add handle unittest - fix pattern regex - store col as integer * Update docs * Add command callback unit test | |||
2018-04-05 | Add fsc linter for Scala (#1452) | Nils Leuzinger | |
* Add fsc as a Scala linter * Pull reused code into `autoload/ale/` directory * Include fsc into the README * Add unit test for testing the scala handler * Add unit test for scala's fsc linter * Rename scala unit tests for clarity * Fix typo in README * Fix typos in doc/ale.txt * Fix author headline * Put methods for fsc commands back into fsc.vim * Move command_callback tests to correct location * Rewrite handler test so it actually tests handler * Clarify description of test in test_scala_handler | |||
2018-04-05 | Merge pull request #1429 from stewy33/master | w0rp | |
Add support for Mercury language using mmc as a linter. | |||
2018-03-25 | add support for mercury language using mmc as linter | Stewy Slocum | |
2018-03-25 | Add basic qmllint support (#1419) | P M | |
* Add basic qmllint support * Use temp file, remove superfluous error code key, adjust author info * Add qmllint handler parse test | |||
2018-03-23 | Fix #1373 - Fix a bug with Fish errors not being handled on Linux | w0rp | |
2018-03-22 | fix: Handle ranges for the remark linter #1207 | Adrián González Rus | |
2018-03-20 | Merge remote-tracking branch 'tylucaskelley/master' | w0rp | |
2018-03-20 | Use govet handler for gosimple, gotype, staticcheck | Ben Paxton | |
2018-03-18 | handle multibyte string when linting text with redpen (#1416) | INOUE Yosuke | |
* handle multibyte string when linting text with redpen * fix error when no string is provided, fix test's expect value * remove ambiguious `==` operator |