w0rp
|
8712aee5dc
|
Nag people more to include more logging for error reports
|
2017-05-15 21:27:40 +01:00 |
|
w0rp
|
4c5e97dd1c
|
Fix #555 - Handle csslint errors without groups
|
2017-05-15 21:21:09 +01:00 |
|
w0rp
|
78a7df52c0
|
Clean up linters after running the checkstyle handlers
|
2017-05-15 20:59:50 +01:00 |
|
w0rp
|
42155049a5
|
Merge pull request #551 from meunierd/add-checkstyle-linter
Add checkstyle linter
|
2017-05-15 20:58:06 +01:00 |
|
w0rp
|
11a50b2580
|
Fix #553 - Filter out errors from other files for gometalinter
|
2017-05-15 20:43:55 +01:00 |
|
Devon Meunier
|
9baae52d1a
|
Add checkstyle linter
|
2017-05-15 15:41:04 -04:00 |
|
w0rp
|
fa3a4b3ba2
|
Complain when shellescape is used instead of ale#Escape
|
2017-05-15 20:21:28 +01:00 |
|
w0rp
|
113f53a5d2
|
Merge pull request #496 from wizzup/haskell-ghc-mod
Haskell: new ghc-mod linter
|
2017-05-15 19:57:50 +01:00 |
|
wisut hantanong
|
3f33dc7d98
|
Haskell: add ghc-mod linter
|
2017-05-15 19:46:02 +01:00 |
|
w0rp
|
d4466d4be7
|
Add some functions for sending LSP commands to a process, and automatically starting that process
|
2017-05-13 00:12:12 +01:00 |
|
w0rp
|
204e3ca36b
|
Automatically remove jobs from the internal map after they are done
|
2017-05-12 23:56:58 +01:00 |
|
w0rp
|
5a947933d7
|
Refactor jobs into a Vim version agnostic API which can be used for other purposes
|
2017-05-12 21:16:15 +01:00 |
|
w0rp
|
2bafdb7e5a
|
Run all tests in NeoVim, improve the test script, and make all tests pass for NeoVim
|
2017-05-12 20:38:52 +01:00 |
|
w0rp
|
07b2542c0d
|
#549 Temporarily revert shell escaping changes, just for Windows
|
2017-05-12 09:20:16 +01:00 |
|
w0rp
|
fa54f7af97
|
Remove a dependency on eslint, ready for the new Docker image
|
2017-05-12 09:19:36 +01:00 |
|
w0rp
|
2f96f26038
|
Update the Dockerfile for experimenting with NeoVim testing
|
2017-05-11 08:32:45 +01:00 |
|
w0rp
|
ac707be619
|
Remove the tests which run C compilers. They are too expensive and difficult to maintain
|
2017-05-11 00:07:30 +01:00 |
|
Adriaan Zonnenberg
|
4e5a848d95
|
Merge pull request #533 from pbogut/add_php7_compatibility
Add PHP 7 compatibility
|
2017-05-09 18:34:38 +02:00 |
|
w0rp
|
6ea00af689
|
#540 Fix shell escaping pretty much everywhere
|
2017-05-08 22:59:25 +01:00 |
|
w0rp
|
28c6ec9cad
|
#517 - Implement LSP chunked message parsing, sending messages to sockets, and callbacks
|
2017-05-08 22:18:28 +01:00 |
|
Pawel Bogut
|
d7bdaeeab0
|
Read errors from stdout only (and make sure they are displayed)
|
2017-05-08 21:17:54 +01:00 |
|
w0rp
|
cd79ced839
|
#517 Implement some LSP message handling
|
2017-05-07 23:54:14 +01:00 |
|
w0rp
|
32f21751f4
|
Do not copy the items for setting highlights, as we do need to modify the items in ale_buffer_info
|
2017-05-07 19:33:59 +01:00 |
|
w0rp
|
ca120088c7
|
Fix #539 - Just set our highlights again when buffers are shown after being hidden
|
2017-05-07 19:30:19 +01:00 |
|
w0rp
|
f6723784e6
|
#427 Document that the trailing whitespace option can be set differently in each buffer
|
2017-05-07 17:17:00 +01:00 |
|
w0rp
|
1a157b1cd5
|
Support python -m flake8 for users who are running flake8 that way
|
2017-05-07 16:31:33 +01:00 |
|
w0rp
|
05bd4f591c
|
Escape JavaScript executables in commands
|
2017-05-07 16:19:40 +01:00 |
|
w0rp
|
4228c503f4
|
#335 Detect flake8 in vritualenv, and escape the executable path
|
2017-05-07 16:16:17 +01:00 |
|
w0rp
|
02f6fba6cb
|
Remove a comment we don't need any more
|
2017-05-07 15:29:16 +01:00 |
|
w0rp
|
67beece06c
|
Update the example GIF so it looks a bit nicer
|
2017-05-07 15:17:30 +01:00 |
|
w0rp
|
673e36b2ef
|
Sleep to fix Travis builds
|
2017-05-06 23:33:38 +01:00 |
|
w0rp
|
a9c5e14fc9
|
Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use lint_file for mypy
|
2017-05-06 23:19:54 +01:00 |
|
w0rp
|
702b203c51
|
Make the nimcheck tests more reliable
|
2017-05-06 23:06:51 +01:00 |
|
w0rp
|
07bcbd4c06
|
Escape the pylint executable appropriately
|
2017-05-06 21:20:02 +01:00 |
|
w0rp
|
f2c9fc403a
|
Fix #208 - Use the file on disk for pylint, and follow import paths
|
2017-05-06 19:30:41 +01:00 |
|
w0rp
|
2e1c9b0fa5
|
#208 Automatically detect pylint in virtualenv directories
|
2017-05-06 19:11:43 +01:00 |
|
w0rp
|
bf8aae02e8
|
Fix #534 - Stop other higlights being restored when buffers are hidden and shown again
|
2017-05-06 16:20:39 +01:00 |
|
w0rp
|
0ac82f0a17
|
#532 Rename a Vint variable so it's more obvious
|
2017-05-06 10:14:03 +01:00 |
|
w0rp
|
3ecdb52e6c
|
Make the gobuild tests work better when running them directly
|
2017-05-06 10:10:24 +01:00 |
|
Alexandr
|
bf0b2cfd84
|
go build: skip not current buffer (#531)
* go build: skip not current buffer
* fix gobuild_handler.vader
|
2017-05-06 10:08:34 +01:00 |
|
w0rp
|
ab9afaa2bf
|
Add a has() wrapper we can override for tests, and add a function for generating paths up to the root directory to search through
|
2017-05-05 23:03:19 +01:00 |
|
w0rp
|
6b15c7c9fd
|
Try and make the sign tests pass more often
|
2017-05-05 10:36:23 +01:00 |
|
w0rp
|
d1cc1de6a5
|
Allow the Brakeman tests to be run directly
|
2017-05-05 10:14:52 +01:00 |
|
Eddie Lebow
|
ba7999dae0
|
[RFC] Add Brakeman for Ruby on Rails (references #385) (#509)
* Add brakeman for Ruby on Rails
|
2017-05-05 10:05:53 +01:00 |
|
w0rp
|
14f3fc777f
|
#427 Implement b:ale_warn_about_trailing_whitespace
|
2017-05-04 23:50:11 +01:00 |
|
w0rp
|
c2a0847f99
|
#502 Parse more undefined symbol errors
|
2017-05-04 23:34:52 +01:00 |
|
w0rp
|
8e70dc14f2
|
Fix #502 - Report undefined symbol errors better for javac
|
2017-05-04 23:19:58 +01:00 |
|
w0rp
|
528355e2c6
|
Fix #501 - Do not run javac when it is just a stub asking you to install Java on Mac OSX
|
2017-05-04 17:14:48 +01:00 |
|
w0rp
|
ab7ab7d6e3
|
Fix #530 - Fix LaTeX and TeX duplicate entries in documentation
|
2017-05-03 23:35:33 +01:00 |
|
w0rp
|
0aed51565e
|
Fix #528 remove and restore highlights when buffers are hidden and shown
|
2017-05-03 23:28:57 +01:00 |
|