Age | Commit message (Collapse) | Author |
|
statements
|
|
|
|
|
|
|
|
|
|
problems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more argument checking for fixing problems
|
|
|
|
g:ale_fixers too
|
|
Add a simple autopep8 function.
|
|
This reverts commit 164c4efb323f77e27942a824bd84fae91eb16db4.
|
|
This reverts commit 5790df12722a31e913750fad955f2a4f0ed76269.
|
|
|
|
* 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
|
|
|
|
|
|
|
|
purposes
|
|
for NeoVim
|
|
|
|
to maintain
|
|
Add PHP 7 compatibility
|
|
|