summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-01shell: Don't default to fishAdriaan Zonnenberg
2017-05-01Glue for Vale (#522)Robert J
Add Vale linter definitions
2017-05-01Merge pull request #521 from adriaanzon/rename-sh-linter-optionsw0rp
Rename g:ale_linters_sh_* to g:ale_sh_*
2017-04-30Rename g:ale_linters_sh_* to g:ale_sh_*Adriaan Zonnenberg
2017-04-30Run the lint_file checks synchronously, so the tests will consistently passw0rp
2017-04-30Fix #356 Don't complain about #pragma once in C++ headersw0rp
2017-04-29Set GCC flags appropriately for older versionsw0rp
2017-04-29Merge pull request #519 from AlexMasterov/feature/lua-luacheck-optionsw0rp
Add luacheck option to pass in more options
2017-04-29Cover the new path functions with some testsw0rp
2017-04-29Fix #518 Fix handling of spaces in filenames for various lintersw0rp
2017-04-29Cache executable calls to make things slightly fasterw0rp
2017-04-29Add luacheck option to pass in more optionsAlex Masterov
2017-04-28Merge pull request #514 from adriaanzon/buffer-local-options-docw0rp
Add tags for buffer-local variants of each linter option
2017-04-28Merge pull request #513 from blueyed/custom-checks-dirsw0rp
custom-checks: handle multiple dirs
2017-04-28Merge pull request #512 from dansdantas/add-xo-references-on-readmew0rp
add xo reference for javascript linters on readme
2017-04-28Use ale#Var in linters that didn't use it yetAdriaan Zonnenberg
2017-04-27Add tags for buffer-local variants of each linter optionAdriaan Zonnenberg
2017-04-27custom-checks: handle multiple dirsDaniel Hahler
This also fixes a [shellcheck issue](https://github.com/koalaman/shellcheck/wiki/SC2013).
2017-04-27add xo reference for javascript linters on readmeDaniel Dantas
2017-04-27Sort out some documentation for ReasonMLw0rp
2017-04-27Merge pull request #504 from bassjacob/masterw0rp
Create reasonml merlin linter
2017-04-27#427 Output buffer variables when buffer numbers are stringsw0rp
2017-04-27#427 - Output buffer-local variables with :ALEInfow0rp
2017-04-26Fix #506 - Don't set signs for buffers which don't existw0rp
2017-04-26Fix #505 Stop g:ale_lint_on_filetype_changed linting when you open buffersw0rp
2017-04-26Create reasonml merlin linterJacob Bass
copy @andreypopp 's ocaml merlin linter from this project into reason
2017-04-26Merge pull request #503 from adelarsq/patch-1w0rp
Correcting wrong link for erubi
2017-04-25Update READMEAdelar da Silva Queiróz
2017-04-25#427 Allow linters and aliases to be configured in buffer local variablesw0rp
2017-04-25Fixes #361, fixes #417 Get classpaths from Maven, and automatically detect ↵w0rp
src/main/java paths
2017-04-25Credit the original author of the Ruby handlerw0rp
2017-04-25Add erb linter (#497)Matthias Günther
* Add eruby linter * Update README with erb linter * Fix example and contributions * Remove trailing newline * Fix for Vimscript style guide * Eruby-linter: codereview with @w0rp - read from stderro output_stream * Eruby-linter: codereview => add handler for ruby * Eruby-linter: codereview - eruby and ruby lint use the same ruby-handler (removes duplicated handling logic) * Eruby-linter: try to fix tests
2017-04-24Fix #469 - Remove Unicode quotes from GCC errors, which cause issuesw0rp
2017-04-24Fix #450 Document how linters are loadedw0rp
2017-04-24Break shared handlers up into their own files, and fix stylelint error handlingw0rp
2017-04-24Handle Unix errors with no space after the colonw0rp
2017-04-24Simplify some code and format some tests betterw0rp
2017-04-24Merge pull request #498 from wizzup/haskell-hdevtoolsw0rp
update doc/ale.txt
2017-04-24update doc/ale.txtwisut hantanong
2017-04-23Comment-out the explanations in the Issue and PR templatesw0rp
2017-04-23Add some more tags to the documentation, for easy referencesw0rp
2017-04-20Disable rpmlint by default (#492)Jason Tibbitts
* Disable rpmlint by default as it is not safe.
2017-04-20Mention the IRC channel in the READMEw0rp
2017-04-20Fix #398 - Report problems with the eslint configuration filew0rp
2017-04-20Add the Reek checker for Ruby. (#490)Eddie Lebow
Add the Reek checker for Ruby.
2017-04-19#427 Document the buffer variables, at least slightlyw0rp
2017-04-19Add rpm spec file linter (rpmlint) (#486)Jason Tibbitts
* Initial attempt at an rpmlint linter. * Add some basic documentation. * Play with indentation in the test file. * Another attempt to fix the rpmlint test. * Hopefully this does it.
2017-04-19Remove error highlights when buffers are cleaned upw0rp
2017-04-18Add missing "use global" var for tslint (#484)Shane Smith
* Add missing "use global" var for tslint * Add typescript tslint documentation
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp