Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-15 | Add kotlin language server support (#1725) | MTDL9 | |
* Add kotlin languageserver linter definition * Added kotlin languageserver references in docs, fix missing !! on other linters * Added Vader tests for root path detection in Kotlin Language Server | |||
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-07-13 | Handle linter callback functions being unknown or deleted | w0rp | |
2018-07-07 | Merge pull request #1697 from ananace/add-puppet-languageserver | w0rp | |
puppet: Add puppet-languageserver linter | |||
2018-07-06 | Remove an outdated note from the documentation | w0rp | |
2018-07-05 | Support formatting escaped executable names into commands with %e | w0rp | |
2018-07-05 | vue: Add the vls language server linter | Alexander Olofsson | |
2018-07-04 | puppet: Add puppet-languageserver linter | Alexander Olofsson | |
2018-07-04 | Make the language option for LSP linters optional | w0rp | |
2018-07-03 | Merge pull request #1691 from dsifford/dsifford-python-pyre | w0rp | |
add pyre lsp linter to python linters | |||
2018-07-03 | Close #830 - Implement LSP connections via TCP sockets | w0rp | |
2018-07-01 | add pyre to table in doc/ale.txt | Derek P Sifford | |
2018-07-01 | add pyre lsp linter to python linters | Derek P Sifford | |
2018-07-01 | Fix a typo in the documentation | w0rp | |
2018-07-01 | Added dartfmt fixer (#1683) | Govind KP | |
* Added dartfmt to Fixers * Added dartfmt specific documentation | |||
2018-06-28 | Move design goals to online documentation | w0rp | |
2018-06-27 | Merge pull request #1675 from nicopauss/master | w0rp | |
Improve pyrex cython linter. | |||
2018-06-25 | sh: add bash-language-server linter | Christian Höltje | |
2018-06-25 | Improve pyrex cython linter. | Nicolas Pauss | |
Like many other linters, use variables for the executable and options used by the linter. By default, the linter now report every warnings as errors with `--warning-errors`. Also add include directory and set working directory to file directory. | |||
2018-06-24 | Close #1453 #1172 - Add ale_linters_ignore for ignoring linter results | w0rp | |
2018-06-23 | #1674 - Alias verilog_systemverilog to verilog by default | w0rp | |
2018-06-21 | Close #1417 - Support wildcard filetypes for fixers | w0rp | |
2018-06-20 | #1398 document the detail key | w0rp | |
2018-06-20 | Merge pull request #1618 from colbydehart/master | w0rp | |
[new linter] Add mix linter for elixir | |||
2018-06-12 | Add linter for AWS CloudFormation template file | yasuhiroki | |
2018-06-06 | Add the cquery LSP #1475 #1594 | Ben Falconer | |
2018-06-06 | Allow initialization options to be passed to language servers | Ben Falconer | |
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-03 | Add 'scalafmt' fixer for Scala files | Jeffrey Lau | |
closes https://github.com/w0rp/ale/issues/1299 | |||
2018-05-30 | Fix #1610 - Encourage the use of ftplugin files more | w0rp | |
2018-05-30 | Fix #1523 - Document completion_filter | w0rp | |
2018-05-30 | Fix a typo in the LSP linter documentation | w0rp | |
2018-05-30 | Clean up grammar for hover documentation a little | w0rp | |
2018-05-30 | Merge pull request #1589 from gagbo/balloon_doc | w0rp | |
Documentation : document the mouseover magic | |||
2018-05-30 | Add mix linter for elixir | Magnus Ottenklinger | |
2018-05-28 | #1524 - Define global variables where they are needed | w0rp | |
2018-05-28 | #1524 Remove the plugin conflict warnings | w0rp | |
2018-05-26 | #1600 Alias vimwiki to markdown | w0rp | |
2018-05-17 | Do not echo messages to the echo line for mouse movements unless the user ↵ | w0rp | |
says so | |||
2018-05-17 | Documentation : document the mouseover magic | Gerry Agbobada | |
This first try is focused on fitting the information in existing paragraphs | |||
2018-05-11 | Improve g:ale_set_balloons default value | rhysd | |
2018-05-04 | Added NASM linter | Øyvind Ingvaldsen | |
Added NASM linter (for nasm filetype). | |||
2018-05-03 | Add g:ale_completion_excluded_words for completion filtering | w0rp | |
2018-04-29 | Merge pull request #1543 from vancluever/f-add-JobStartedAutoCmd | w0rp | |
Add ALEJobStarted User autocommand event | |||
2018-04-28 | A couple of more doc fixes | Chris Marchesi | |
* Update section 5.viii in the README with ALEJobStarted and re-format the example. * Add an extra line after documentation update to ensure consistency with the rest of the doc. | |||
2018-04-27 | Fix tests by setting proper link tag in doc for ALEJobStarted | Chris Marchesi | |
2018-04-27 | Add ALEJobStarted User autocommand event | Chris Marchesi | |
The ALELintPre and ALELintPost autocommand events are currently being used by lightline-ale to refresh the status line and check the linter status for a current buffer. One of the plugin's checks looks to see if linters are currently running, via ale#engine#IsCheckingBuffer(). This currently only works partially in certain situations. In my particular case, working with Go files, this only seems to function properly when a file is initially opened. Saving a file does not correctly update the status. This seems to be due to the fact that ALELintPre actually runs before any jobs are carried out, making it plausible that hooking into ALELintPre for the purpose of checking to see if there are any currently running linters for a buffer is unreliable as it would be prone to pretty obvious race conditions. This adds a new User autocommand, ALEJobStarted, that gets fired at the start of every new job that is successfully run. This allows a better point to hook into checking the linter status of a buffer using ale#engine#IsCheckingBuffer() by ensuring that at least one job has started by the time IsCheckingBuffer is run. | |||
2018-04-27 | Close #1521 - Allow the language to be set with simple strings for LSP linters | w0rp | |
2018-04-24 | Add an American English tag for behaviour too | w0rp | |
2018-04-24 | #1278 Allow linters to be defined pretty much anywhere | w0rp | |