Age | Commit message (Collapse) | Author |
|
|
|
Add clang for objc and objcpp
|
|
* Improve performance when using gometalinter
Before this change when I opened a big project that had 6000+ warnings/errors it took ages to get the actual warnings/errors and it caused my CPU to be busy for quite some time. The call to gometalinter alone took about 24 seconds, but after that vim was struggling as well.
After this change the gometalinter call just takes 2 seconds and nothing noticable happens with the CPU and/or vim.
* Removed obsolete test
This logic is no longer done by the `ale` plugin, but by `gometalinter` itself.
|
|
|
|
Add end columns on php linter
|
|
* Add xmllint linter for xml
|
|
|
|
Allow overriding rubocop executable.
|
|
|
|
|
|
Add cpplint linter
|
|
|
|
|
|
|
|
Add checkstyle linter
|
|
|
|
|
|
|
|
|
|
Add PHP 7 compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lint_file for mypy
|
|
|
|
|
|
|
|
|
|
|
|
* go build: skip not current buffer
* fix gobuild_handler.vader
|
|
* Add brakeman for Ruby on Rails
|
|
|
|
|
|
|
|
Java on Mac OSX
|
|
shell: Don't default to fish
|
|
on disk instead
|
|
|
|
* Add kotlinc checker for kotlin
|
|
|
|
Add Vale linter definitions
|
|
|
|
|
|
Add luacheck option to pass in more options
|
|
|
|
|
|
Add tags for buffer-local variants of each linter option
|