Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-11 | Feed files to commands via stdin by first writing the file to a temporary ↵ | w0rp | |
file, and then piping them in via the shell instead | |||
2017-02-11 | Fix filename substitution, especially on Windows | w0rp | |
2017-02-11 | Replace every stdin-wrapper script with the new %t formatting support | w0rp | |
2017-02-11 | Fix Pug linting | w0rp | |
2017-02-11 | Use writefile() for temporary files, which works better | w0rp | |
2017-02-11 | Add support for temporary filename substitution, for replacing stdin_wrapper | w0rp | |
2017-02-11 | Add support for managing temporary files/directories | w0rp | |
2017-02-11 | Try and fix Travis builds again | w0rp | |
2017-02-11 | Fix #116 - Send SIGKILL to processes if they don't respond to SIGTERM | w0rp | |
2017-02-10 | Fix #283 Add an option for using ch_sendraw(), which can be better for some ↵ | w0rp | |
users | |||
2017-02-09 | Fix #315 Implement the read_buffer option | w0rp | |
2017-02-09 | Make ALE complain when conflicting command options are used | w0rp | |
2017-02-09 | add ALEToggle command (#303) | Daniel Lupu | |
* add ALEToggle command * stop active jobs when toggled off * small logic cleanup & ensure ale can be ran manually while toggled off | |||
2017-02-09 | Revert "Add a Batch stdin wrapper script" | w0rp | |
This reverts commit 76a03b07099ec32135be4c7d9a7283343972b0af. | |||
2017-02-08 | #314 Use the quickfix list for jumping between errors if that is set instead ↵ | w0rp | |
of the loclist | |||
2017-02-08 | #39 Don't send the Vim buffer to commands before the last in a chain | w0rp | |
2017-02-07 | Cover the Rust handler with some tests | w0rp | |
2017-02-06 | #289 Only use the --stdin-display-name flag if the flake8 version supports it | w0rp | |
2017-02-04 | Fix #124 Finish implementing command chaining, and make it work for DMD | w0rp | |
2017-02-02 | Add a default alias for the Dockerfile filetype, which is capitalised for ↵ | w0rp | |
some users. | |||
2017-01-24 | Add ALEInfo command to get list of available/enabled linters (#273) | DiscoViking | |
* Add ALEInfo command to get list of available/enabled linters for current filetype * Add Vader tests for ALEInfo command * Fix ALEInfo tests breaking CI by echoing too much output to screen * Speculative change to Makefile which seems to fix test hanging problem locally. * Fix Vader tests to not require a TTY | |||
2017-01-22 | Add a script for custom checks to enforce using the abort flag for functions ↵ | w0rp | |
and trailing whitespace, and fix existing issues. | |||
2017-01-22 | Fix parsing of currently shown signs with Spanish locale (#268) | EinfachToll | |
* Fix parsing of currently shown signs with spanish locale * Add a test for parsing of Spanish signs | |||
2017-01-22 | Add option to open loclist/quicklist when there are errors (#266) | yfery | |
* Add option to open loclist/quicklist when there are errors I copied PR #137, and tries to complete it by correcting some issues and adding vader tests. About tests, first time with vader, can you give some feedback if there are what you expected in PR #137. * Remove old code + fix indent issue * add g:ale_keep_list_window_open option * Correct bug with keep open option * Add comment into vader file * Fix errors for Travis CI build | |||
2017-01-20 | Improve mypy handling a little bit more | w0rp | |
2017-01-19 | Join the lines Neovim passes to ale (#263) | EinfachToll | |
* Join the lines Neovim passes to ale Fixes #256 * Refactor line joining into own function * Add test for line joining * Fix the test. Sorry. | |||
2016-12-22 | [enhancement] add node_modules support for stylelint & htmlhint (#226) | diartyz | |
* Add node_modules support for stylelint * add node_modules support for htmlhint * fix stdin * update doc about stylelint & htmlhint | |||
2016-12-22 | Fix #229 Disable text linters by default | w0rp | |
2016-12-16 | Make sign parsing testable, and add tests for it against various languages. | w0rp | |
2016-12-15 | Fix: sign pattern | cympfh | |
2016-12-14 | Nvim: pass functions as funcrefs | Justin M. Keyes | |
neovim/neovim#5529 merged support for Vim's partial functions, which made nvim more strict about dictionary functions and callbacks, to match Vim behavior. | |||
2016-12-13 | Implement command chaining. Tests and documentation to come. | w0rp | |
2016-12-13 | Add a Batch stdin wrapper script | w0rp | |
2016-12-08 | Catch g++ fatal error | Albert Puig | |
2016-12-07 | Skip I0011 messages in pylint. | Albert Puig | |
Ignore 'Locally disabling %s' messages from pylint. | |||
2016-12-06 | add stylelint support | diartyz | |
2016-12-04 | #200 Make systemverilog files use the verilog linters by default | w0rp | |
2016-12-04 | LaTeX Linters (#190) | Andrew Balmos | |
* Add chktex linter * Alias plaintex to tex * Add lacheck linter Closes #179 * Add the chktex warning code This very useful to have when you want to suppress lint warnings with LaTeX comments. chktex tends to be a bit noisy so this often needed. * lacheck: Make regex less specific To be more robust future changes in `stdin-wrapper` | |||
2016-11-04 | Take sign information out of the buffer variables, and make it so dummy ↵ | w0rp | |
signs are set and removed more reliably. | |||
2016-10-31 | Improve file blacklisting to make Unite.vim not fuck up. | w0rp | |
2016-10-31 | Reduce sign column juttering by waiting for all jobs to complete before ↵ | w0rp | |
updating everything. | |||
2016-10-27 | Add pylint formatter | Keith Smiley | |
This customizes the output format of pylint in order to use the same pep8 parser | |||
2016-10-26 | #144 - Implement commands for moving through warnings/errors | w0rp | |
2016-10-25 | Merge remote-tracking branch 'origin/echo-less' | w0rp | |
2016-10-25 | #148 - Check the cursor position so we don't try to echo too frequently. | w0rp | |
2016-10-24 | #119 - Stop ALE clearing the echo message when it doesn't need to. | w0rp | |
2016-10-24 | Merge everything into the one global map. | w0rp | |
2016-10-24 | Add some comments to some lines to make things clearer. | w0rp | |
2016-10-23 | #107 Stop jobs when buffers close | w0rp | |
2016-10-23 | Support loading eslint from node_modules, re issue #118. | w0rp | |