summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-05-09Merge pull request #1563 from IngoHeimbach/fix/gcc-fatal-errorw0rp
Fatal GCC errors are handled as errors not warnings
2018-05-09Fatal GCC errors are handled as errors not warningsIngo Heimbach
2018-05-04Fixed handle test for WindowsØyvind Ingvaldsen
Needed to add correct separator to test data.
2018-05-04smallfixØyvind Ingvaldsen
2018-05-04Added NASM linterØyvind Ingvaldsen
Added NASM linter (for nasm filetype).
2018-05-03Merge pull request #1550 from deivid-rodriguez/bundle_option_for_mdlw0rp
Add bundle option to mdl
2018-05-03Add g:ale_completion_excluded_words for completion filteringw0rp
2018-05-01Add bundle option to mdlDavid Rodríguez
2018-05-01Update run-tests to make use of /usr/bin/env (#1548)Bjorn Neergaard
* Update run-tests to make use of /usr/bin/env * Update run-vint * Update run-vader-tests * Update custom-linting-rules * Update custom-checks * Update check-toc * Update check-supported-tools-tables
2018-04-29Merge pull request #1543 from vancluever/f-add-JobStartedAutoCmdw0rp
Add ALEJobStarted User autocommand event
2018-04-28Add some tests for IsCheckingBufferChris Marchesi
Adding a couple of tests to demonstrate how IsCheckingBuffer behaves during specific autocommand hooks: * At ALELintPre, no linters have actually executed yet, hence IsCheckingBuffer should be returning false. * ALEJobStarted, fires as early as reasonably possible after a job has successfully started, and hence hooking into IsCheckingBuffer here should return true. This distinction is important when using these two events during things like statusline refreshes, namely for "linter running" indicators.
2018-04-27Add test for ALEJobStartedChris Marchesi
2018-04-27Close #1521 - Allow the language to be set with simple strings for LSP lintersw0rp
2018-04-26flake8: Move to the buffer's directory before running flake8 commandAndreas Kloeckner
2018-04-26Close #1428 Implement LSP hover-like functionality for tsserver toow0rp
2018-04-24#1278 Allow linters to be defined pretty much anywherew0rp
2018-04-24#1428 Show multiline hover messages, and document the new commandw0rp
2018-04-23Move autocmd commands out of the toggle file, to improve load timesw0rp
2018-04-22#1428 Start implementing LSP hover supportw0rp
2018-04-22Add support for finding references using LSP servers or tsserverw0rp
2018-04-22Merge pull request #1517 from kfly8/perltidy-fixerw0rp
Added perltidy fixer
2018-04-22Implement a preview window for selecting locations to openw0rp
2018-04-22Close #1162 - Implement completion support with LSP serversw0rp
2018-04-21add perltidy fixerKenta, Kobayashi
2018-04-21Merge pull request #1511 from elebow/add-cucumber-checkerw0rp
Add `cucumber` checker for Cucumber files
2018-04-20Add cucumber checker for cucumber filesEddie 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-18Add tests for ALEFix commandline parametersfenuks
2018-04-17Fix #1507 - Add an option for disabling switching directories for pylintw0rp
2018-04-15Close #1504 - Add an option for removing --respect-pragma for floww0rp
2018-04-12Fix #1495 - Fall back to /bin/sh when shell=pwshw0rp
2018-04-12#1497 Tolerate important ALE variables being undefined for some reason when ↵w0rp
viewing buffers like git commits
2018-04-12Fix rust rls linter toolchain argumenteyenseo
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-10Close #1494 - Prefer displaying higher severity problems for cursor ↵w0rp
messages, balloons, and highlights
2018-04-10Fix #1492 - Make pylint error parsing work on Windowsw0rp
2018-04-09Merge pull request #1488 from languitar/pmdw0rp
Add support for the java PMD linter
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2018-04-09Add support for the java PMD linterJohannes Wienke
2018-04-09pylint: Move to the buffer's directory before running pylint command (Fix #1472)rhysd
2018-04-08Close #1476 - Make the javac executable configurablew0rp
2018-04-08Close #1439 - Add an :ALEInfoToFile commandw0rp
2018-04-08Close #1315 - Make the vint executable configurablew0rp
2018-04-08Fix #1424 - Make the brittany fixer workaspidiets
2018-04-08Fix #605 - Support `vcol: 1` for multi-byte character positionsw0rp
2018-04-07Add g:ale_php_cs_fixer_options variable (#1477)Adriaan Zonnenberg
* Add g:ale_php_cs_fixer_options variable * Fix test
2018-04-06Added support for Python black fixer (#1451)Jack Evans
2018-04-05Integration 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-05Add 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-05Merge pull request #1429 from stewy33/masterw0rp
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 optionw0rp
2018-03-27Merge pull request #1434 from roel0/masterw0rp
Automatically determine build flags by parsing `make -n` output #1167