summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-21#309 Add an option for changing the sign column color when problems are detectedw0rp
2017-05-21#318 Do not capitalize the first character for cursor messagesw0rp
2017-05-21#149 - Set different highlights for info, style error, and style warning ↵w0rp
problems
2017-05-21Fix counting of warnings and style warningsw0rp
2017-05-21Make the job handling code handle the scripts being reloaded betterw0rp
2017-05-21#149 - Support info and style problem types for status linesw0rp
2017-05-20Detect more eslint configuration files for fixing errorsw0rp
2017-05-20#149 - Support Info, style error, and style warning types for problems for signsw0rp
2017-05-20Merge branch 'error-fixing'w0rp
2017-05-20Document ALEFixw0rp
2017-05-20Suggest functions for fixing issues for ALEFixw0rp
2017-05-20Allow b:ale_fixers to be usedw0rp
2017-05-20Fix Funcref fixers for NeoVimw0rp
2017-05-20Allow funcref values and lambdas for ALEFixw0rp
2017-05-20Add some more tools for fixing problems with Python filesw0rp
2017-05-20Run a lint cycle after fixing problemsw0rp
2017-05-20Don't modify files when fixing doesn't change anything.w0rp
2017-05-20Fix an off-by-one bug in ALEFixw0rp
2017-05-20Remove the code for checking if functions exist. It breaks autoload functionsw0rp
2017-05-20Allow function aliases to be registered for fixing problems, and add some ↵w0rp
more argument checking for fixing problems
2017-05-20Start experimenting with generic functions for fixing problemsw0rp
2017-05-20Send modified lines to jobs, not the file contentsw0rp
2017-05-20Allow strings to be used for selecting a single fix function for ↵w0rp
g:ale_fixers too
2017-05-20Add commands to run ALEFix, and some tests to cover functionality so far. ↵w0rp
Add a simple autopep8 function.
2017-05-20Add experimental code for fixing errorsw0rp
2017-05-20Add an option to the script for running tests for only showing the tests ↵w0rp
which failed
2017-05-20Merge pull request #568 from Qusic/masterw0rp
Add clang for objc and objcpp
2017-05-20#563 Use a configurable list of directories for detecting virtualenv paths ↵w0rp
instead.
2017-05-20Revert "Fix #556 Remove duplicate error messages from clang++"w0rp
This reverts commit 164c4efb323f77e27942a824bd84fae91eb16db4.
2017-05-20Revert "#562 Join split JSON lines together for new Rust output"w0rp
This reverts commit 5790df12722a31e913750fad955f2a4f0ed76269.
2017-05-20#567 Try and fix NeoVim split line handlingw0rp
2017-05-20Improve performance when using gometalinter (#566)Sander van Harmelen
* 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.
2017-05-20add clang for objc and objcppQusic
2017-05-18Merge pull request #564 from adriaanzon/php-end-columnsw0rp
Add end columns on php linter
2017-05-18Add xmllint linter (#559)q12321q
* Add xmllint linter for xml
2017-05-18Add a check to make tests fail lessw0rp
2017-05-18Clean up the rubocop file a littlew0rp
2017-05-18Merge pull request #561 from meunierd/override-rubocop-executablew0rp
Allow overriding rubocop executable.
2017-05-17Add end columns on php linter #538Adriaan Zonnenberg
2017-05-17Break up php tests so the output is easier to readAdriaan Zonnenberg
2017-05-17Escape executableDevon Meunier
2017-05-17Refactor special command parsing into its own filew0rp
2017-05-17Fix #556 Remove duplicate error messages from clang++w0rp
2017-05-17#562 Join split JSON lines together for new Rust outputw0rp
2017-05-17Merge pull request #546 from dawikur/masterw0rp
Add cpplint linter
2017-05-16#538 Set some end columns for some eslint problemsw0rp
2017-05-16#538 Fix an off-by-one bug with end columnsw0rp
2017-05-16Fix some problems with LSP functionsw0rp
2017-05-16Allow overriding rubocop executable.Devon Meunier
2017-05-16#538 Suport highlight sizes by looking at end column numbersw0rp