Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-19 | Fix #1226 - Update the mcsc documentation to make it clearer how to use it | w0rp | |
2017-12-19 | Clean up ALE linter buffer data when buffers are deleted, not unloaded | w0rp | |
2017-12-19 | Allow the cursor messages to be disabled while Vim is running | w0rp | |
2017-12-19 | Merge pull request #1221 from JelteF/patch-1 | w0rp | |
Fix erb linter for puppet style erb templates | |||
2017-12-19 | erb: fix tests | Jelte Fennema | |
2017-12-19 | Fix #1228 - Reset the cursor if echoing a message moves it | w0rp | |
2017-12-18 | Merge pull request #1239 from languitar/vale-suggestion | w0rp | |
Missing warning level 'suggestion' for vale | |||
2017-12-18 | Missing warning level 'suggestion' for vale | Johannes Wienke | |
Vale can also, optionally, raise suggestions. These weren't covered yet. | |||
2017-12-18 | Merge pull request #1238 from languitar/alex-from-file | w0rp | |
Make alex a file linter | |||
2017-12-18 | Make alex a file linter | Johannes Wienke | |
alex does not find its configuration file when using temporary files for input. | |||
2017-12-18 | Fix #1210 - Fix a Windows path issue which broke TSLint | w0rp | |
2017-12-18 | Get the TSLint tempname test running on Windows | w0rp | |
2017-12-18 | Remove some now redundant echo code | w0rp | |
2017-12-18 | #1212 Fix some echo cursor flashing by only echoing once all linters are ↵ | w0rp | |
finished. | |||
2017-12-18 | Indicate that 4.2.0 is no longer strictly required for prettier-eslint, and ↵ | w0rp | |
add links for prettier-eslint and prettier-standard | |||
2017-12-18 | Sort the list of supported tools and add vale to more languages | w0rp | |
2017-12-18 | Enable the vale linter also for further markup languages (#1230) | Johannes Wienke | |
* Enable the vale linter also for LaTeX * Enable the vale linter for rst files | |||
2017-12-18 | Merge pull request #1232 from languitar/vale-json | w0rp | |
Use JSON output with vale | |||
2017-12-18 | Merge pull request #1237 from danpker/add-python-venv-folder | w0rp | |
Add python venv folder | |||
2017-12-18 | Update docs | Daniel Parker | |
2017-12-18 | Add support for Vritual Env folder called venv | Daniel Parker | |
2017-12-17 | Merge pull request #1235 from nickdiego/master | w0rp | |
Fix typos in flake8 test messages | |||
2017-12-17 | Fix typos in flake8 test messages | Nick Diego Yamane | |
Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> | |||
2017-12-17 | Use JSON output with vale | Johannes Wienke | |
Switches all vale instances to JSON output and provides an appropriate handler for that. Without JSON, no end_col is provided and text highlighting only catches the first character of every result. | |||
2017-12-17 | Merge pull request #1220 from languitar/linter-alex | w0rp | |
Add a linter for alex | |||
2017-12-17 | Merge pull request #1222 from srathbone/master | w0rp | |
Fix PHP linter to support PHP 7.2 lint output | |||
2017-12-17 | Look for mypy.ini to find Python project roots too | w0rp | |
2017-12-17 | Fix a typo | w0rp | |
2017-12-17 | Clean up some doc formatting | w0rp | |
2017-12-17 | Fix some right margin alignment | w0rp | |
2017-12-17 | Merge pull request #1203 from Carpetsmoker/autocmd-start | w0rp | |
Add ALEStartLint autocmd | |||
2017-12-17 | Merge pull request #1209 from butlerx/java-fixer | w0rp | |
add google-java-format fixer | |||
2017-12-17 | Update ale.txt | w0rp | |
2017-12-13 | Fix PHP linter to support PHP 7.2 lint output | Stephen Rathbone | |
2017-12-13 | Fix erb linter for puppet style erb scripts | Jelte Fennema | |
2017-12-13 | Add a vader test for the message handler | Johannes Wienke | |
2017-12-13 | Add a linter for alex | Johannes Wienke | |
https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc. | |||
2017-12-13 | Fix #1216 - Suppress trailing whitespace warings for ansible-lint when the ↵ | w0rp | |
option is set | |||
2017-12-10 | Run before lint cycle, rename autocmds | Martin Tournoij | |
2017-12-10 | Disable a test on Windows for now, because Windows is stupid | w0rp | |
2017-12-10 | Get the new test to pass on Windows | w0rp | |
2017-12-10 | Fix #1210 - Do not report this file as a temporary file in the quickfix list ↵ | w0rp | |
for TSLint | |||
2017-12-09 | add google-java-format fixer | butlerx | |
2017-12-08 | Merge pull request #1198 from Carpetsmoker/goimports | w0rp | |
goimports fixer doesn't work for vendored libraries | |||
2017-12-08 | Ask for the first two lines for :version in the issue template | w0rp | |
2017-12-08 | goimports fixer doesn't work for vendored libraries | Martin Tournoij | |
In Go you can "vendor" packages by putting them in the `vendor/` directory for a project. Adding the `-srcdir` argument makes `goimports` pick up these packages, in addition to what you have in GOPATH. Without this, `goimports` is not very useful, since most projects vendor their packages. | |||
2017-12-07 | Fix #1205 Do not add line highlights if the groups do not exist | w0rp | |
2017-12-07 | Run tests in parallel | w0rp | |
2017-12-07 | Merge pull request #1174 from ↵ | w0rp | |
eborden/eborden/add-brittany-for-haskell-formatting Add brittany for Haskell formatting | |||
2017-12-07 | Update ale.txt | w0rp | |