Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #1623 from zoonfafer/scalafmt-fixer | w0rp | |
Add 'scalafmt' fixer for Scala files | |||
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-03 | Add 'scalafmt' fixer for Scala files | Jeffrey Lau | |
closes https://github.com/w0rp/ale/issues/1299 | |||
2018-05-28 | Remove a test for a deprecated variable that seems to trip up Travis | 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-25 | Move the sasslint handlers to one location | w0rp | |
2018-05-15 | Run sass-lint from the target's directory | Ben Falconer | |
2018-05-04 | Fixed handle test for Windows | Øyvind Ingvaldsen | |
Needed to add correct separator to test data. | |||
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-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-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 | |||
2018-04-09 | pylint: Move to the buffer's directory before running pylint command (Fix #1472) | rhysd | |
2018-04-08 | Close #1476 - Make the javac executable configurable | w0rp | |
2018-04-08 | Close #1315 - Make the vint executable configurable | w0rp | |
2018-04-06 | Added support for Python black fixer (#1451) | Jack Evans | |
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-27 | #1167 Use the make -n parsing for C++ compilers, and document the new option | w0rp | |
2018-03-27 | Merge pull request #1434 from roel0/master | w0rp | |
Automatically determine build flags by parsing `make -n` output #1167 | |||
2018-03-26 | Use the --stdin-filename option for textlint, so configuration files will be ↵ | w0rp | |
discovered better | |||
2018-03-26 | Fix paths for running tests on Windows | w0rp | |
2018-03-26 | Fix config and executable issues with the textlint linter | w0rp | |
2018-03-25 | add support for mercury language using mmc as linter | Stewy Slocum | |
2018-03-20 | * Shell commands should by called async with the help of a command chain | roel0 | |
* The makefile parser unit test should only test the cflag parser itself #1167 | |||
2018-03-19 | Lint whole package for gosimple and gotype | Ben Paxton | |
Fixes #936 | |||
2018-03-18 | Fix #1392 - Only check files on disk for gotype | w0rp | |
2018-03-18 | #416 Escape the tslint command | w0rp | |
2018-03-14 | Fix awk linter and security concerns. (#1411) | Anthony DeDominic | |
* Fixed (g)awk linter * Made it secure, albeit less useful. * Added gawk handler; the cpplint one was not working? * Added gawk handler test. * added warning to gawk handler. * added gawk command callback test * added comment about --source * added back optional commandline option | |||
2018-03-03 | Use the configured mdl executable, escape it in the command, and add test for it | w0rp | |
2018-03-01 | add php-cs-fixer to list of fixers | Julien Deniau | |
2018-02-25 | New linter: Flawfinder (#1361) | Christian-Gibbons | |
* Flawfinder support added for C and C++ A minor modification to gcc handler was made to support flawfinder's single-line output format that does not have a space following the colon denoting the warning level. gcc handler still passes its Vader tests after this modification. * Documentation fixes * Revert documentation regression * Added Flawfinder to table of contents * Removed trailing whitespace * Follow ALE conventions better Added additional documentation and Vader tests | |||
2018-02-25 | Merge pull request #1351 from svanharmelen/f-issue-936 | w0rp | |
This fixes issue #936 by linting the whole package | |||
2018-02-25 | Fix #1358, fix #1369 - Lint the package on save for go vet instead | John Eikenberry | |
2018-02-20 | This fixes issue #936 by linting the whole package | Sander van Harmelen | |
2018-02-18 | Escape the ponyc executable | w0rp | |
2018-02-10 | functional pony linter | Kevin Tindall | |
2018-02-05 | Fixed lintr::lint_package command | Fenner Macrae | |
2018-02-04 | Add lint_package support to lintr | Fenner Macrae | |
2018-02-04 | #1206 Add support for setting options for gobuild, and escape paths better | w0rp | |
2018-01-31 | Update formatting and tests. | Michael Quinn | |
2018-01-28 | Fix #1038 - Automatically detect and use htmlhint configuration files | w0rp | |