Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-05-12 | Added "-wi" to the dmd command to endable warning messages. | tsuburin | |
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 | Update ale-elm doc | Héctor Ramón Jiménez | |
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-08 | Fix to follow the Google VimScript Style Guide | haginaga | |
2018-05-08 | Fix to follow the Google VimScript Style Guide | haginaga | |
2018-05-08 | Modify to be able to use phan_client without g:ale_php_phan_executable | haginaga | |
2018-05-08 | (close w0rp/ale#1561) Add support phan_client for php | haginaga | |
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-22 | Close #1162 - Implement completion support with LSP servers | w0rp | |
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-15 | Close #1504 - Add an option for removing --respect-pragma for flow | 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-10 | Fix #1492 - Make pylint error parsing work on Windows | w0rp | |
2018-04-10 | Fix #1490 - Rename the g++ linter to gcc, and add an alias for the old name | w0rp | |
2018-04-09 | Merge pull request #1488 from languitar/pmd | w0rp | |
Add support for the java PMD linter | |||
2018-04-09 | Close #542 - Add an option for disabling running locally installed ↵ | w0rp | |
executables by default | |||
2018-04-09 | Add support for the java PMD linter | Johannes Wienke | |
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-07 | Fix #1479 - Respect g:hdevtools_options for hdevtools | w0rp | |
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 #1455 from Christian-Gibbons/flawfinder_cpp_severity_fix | w0rp | |
Fix Flawfinder for C++ | |||
2018-04-05 | Merge pull request #1429 from stewy33/master | w0rp | |
Add support for Mercury language using mmc as a linter. | |||
2018-03-28 | Flawfinder for C++: | christian-gibbons | |
Fix missing variable causing flawfinder to fail for c++ | |||
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-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 |