Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-19 | Update SyntaxErl linter tests | Dmitri Vereshchagin | |
2017-08-16 | Include the ruleName for errors in tslint problems | w0rp | |
2017-08-10 | Add linter for Idris (#838) | Scott Bonds | |
* Add linter for Idris * Fix parsing warnings and column ranges in Idris linter * Make Idris linter configurable. Fix help tag. | |||
2017-08-02 | Add Tcl nagelfar linter | Nick James | |
2017-08-02 | Rubocop: Show cop name | Junegunn Choi | |
2017-07-27 | #810 - Handle output which is not JSON in many linters | w0rp | |
2017-07-26 | #810 Ignore output which isn't JSON for brakeman | w0rp | |
2017-07-26 | Fix #804 - Do not run scalac for sbt files | w0rp | |
2017-07-23 | Fix #795 - Handle GCC errors without column numbers | w0rp | |
2017-07-22 | Fix #794 - Filter out any preceding lines of Flow output which aren't JSON | w0rp | |
2017-07-19 | Fix #779 - Handle empty output for tslint | w0rp | |
2017-07-18 | Fix #308 - Check Dart files with dartanalyzer | w0rp | |
2017-07-18 | Fix #710 - Show hlint suggestions as info items, and include end line and ↵ | w0rp | |
column numbers | |||
2017-07-17 | Add yaml swaglint linter (#771) | Matthew Turland | |
* Add yaml swaglint linter | |||
2017-07-16 | Add SyntaxErl linter | Dmitri Vereshchagin | |
These changes add [SyntaxErl][1] integration. SyntaxErl is a syntax checker tool for Erlang. [1]: https://github.com/ten0s/syntaxerl | |||
2017-07-13 | Add scalastyle linter (#766) | Kevin Kays | |
* Add support for scalastyle * Add scalastyle docs * scalastyle support for column numbers * off by one column * Add tests for scalastyle command and handler * update readme for scalastyle * allow full scalastyle options instead of just config file * fix indentation * allow scalastyle config file in parent directories by a couple names. * check for missing match args with empty * remove echo * use a for loop | |||
2017-07-13 | #769 Ignore stderr output and output without JSON we can read for rubocop | w0rp | |
2017-07-12 | Rubocop: handle empty 'files' array in output | Eddie Lebow | |
The handler previously assumed there would be at least one entry in the 'files' array in the output JSON. It looks like this in the normal case: "files":[{"path":"app/models/image.rb","offenses":[]}] But if RuboCop's config excludes the specified input files, causing no files to be linted, the output is emptier: "files":[] This change causes the handler to treat that case correctly, and also exit early if the reported offense_count is zero. | |||
2017-07-12 | Fix #760 - Report problems with configuration files for rubocop | w0rp | |
2017-07-12 | Add rails_best_practices handler (resolves #655) (#751) | Eddie Lebow | |
* Move FindRailsRoot() to more general location * Add rails_best_practices handler (resolves #655) * Update documentation for rails_best_practices Also add brakeman to *ale* documentation. * rails_best_practices: allow overriding the executable * rails_best_practices: format help correctly * rails_best_practices: capture tool output on Windows | |||
2017-07-11 | Brakeman: Remove unused cache var from tests | Eddie Lebow | |
2017-07-09 | Make every test set filenames and switch directories in the same way, and ↵ | w0rp | |
fix some missing escaping for the rubocop linter | |||
2017-07-09 | Use rubocop's JSON output format (resolves #339) (#738) | Eddie Lebow | |
* Use rubocop's JSON output format (resolves #339) Rubocop's emacs formatter seems to have changed format in some not-so-ancient version. The JSON formatter should provide a more stable interface than parsing lines with a regex. The JSON formatter was introduced in mid-2013, so it should be safe to assume available in any reasonably-modern environment. The oldest currently-supported version of ruby (according to ruby-lang.org) was not supported by rubocop until 2014. * Rubocop: Use global function for GetType * Rubocop: Use scope prefix in GetType * Rubocop: Update command_callback test * Rubocop: add end_col to Handle | |||
2017-07-09 | Fix issues with running individual tests, and get the Vim tests to run on ↵ | w0rp | |
certain machines again | |||
2017-07-08 | Use different reporter to support older versions of jscs (#737) | Jonathan Boudreau | |
* Use different reporter to support older versions of jscs * Add test and make more consistent with other code * Add documentation for jscs * Add more test coverage | |||
2017-07-07 | Fix windows path check on rust linter (#736) | daa84 | |
* Fix rust linter on windows * Add windows path test * Use ale#path#IsBufferPath to compare paths * Fix errors | |||
2017-07-07 | #710 - Fix a parsing bug caused by the last fix | w0rp | |
2017-07-07 | #710 - Show warnings as warnings for ghc | w0rp | |
2017-07-03 | Fix #216 - Filter out errors for other files for ansible-lint | w0rp | |
2017-07-03 | Report exceptions thrown for stylelint | w0rp | |
2017-07-02 | Adjust output of `luacheck` linter to include error code (#717) | Ryan | |
* linters/lua/luacheck: Show error code in message | |||
2017-07-01 | Fix brakeman handler when there is no output | Gabriel Sobrinho | |
2017-06-27 | Merge pull request #699 from jwoudenberg/master | w0rp | |
Elm linter shows full error ranges | |||
2017-06-27 | Elm linter shows full error ranges | Jasper Woudenberg | |
2017-06-27 | Remove style classification from E999 (#696)v1.4.0 | Nick Krichevsky | |
* Remove style classification from E999 * Update test_flake8_handler to reflect E999 changes | |||
2017-06-25 | Change regex to better handle messages with multiple groups of parentheses. | John Sivak | |
2017-06-25 | Fix #694 - Ignore BEGIN failed errors for Perl only for certain errors | w0rp | |
2017-06-25 | Feature/restore display of symbol (#693) | John Sivak | |
* Add display of the pylint symbol name after the message. * Update test to pass. | |||
2017-06-25 | Improve elm linter (#637) | Jasper Woudenberg | |
* Improve elm linter Some types of errors do not return nice JSON. Show them on the first line instead of showing nothing. * Remove unnecessary properties from elm linter * Add a vader test for elm-make linter * Test non-JSON elm-make errors are shown | |||
2017-06-25 | Fix #690 - Filter out errors from other files for Haskell | w0rp | |
2017-06-25 | #684 Handle tslint errors without the severity included, and use character ↵ | w0rp | |
instead of position for the columns | |||
2017-06-25 | Fix #684 - Use the JSON format for tslint, for consistency betwen versions, ↵ | w0rp | |
and handling of end line and column numbers | |||
2017-06-22 | Fix #677 - Ignore errors from other files for cppcheck | w0rp | |
2017-06-22 | Fix the Perl tests in Docker | w0rp | |
2017-06-22 | Fix #676 - Fix handling of Perl errors | w0rp | |
2017-06-21 | Fix the standard and xo handlers so they call the eslint function | w0rp | |
2017-06-20 | Print messages about imports used when modules are turned off | w0rp | |
2017-06-20 | Fix #668 - Support eslint for TypeScript | w0rp | |
2017-06-19 | handle column number in javac linter (#660) | oaue | |
* handle column number in javac linter * Updated tests with column number for javac errors. * Updated tests with column number for javac errors. | |||
2017-06-18 | TSLint: distinguish warnings from errors (#663) | Pavel Kuropatkin | |
* TSLint: distinguish warnings from errors * Test for TSlint warning/error distinguishing code added. |