Commit Graph

  • 1aea6a34ff Add SyntaxErl linter Dmitri Vereshchagin 2017-07-16 14:35:43 +0300
  • cedc3e1a1f Fix #560 #763 - Silence errors for setting signs, and do nothing for dirvish v1.4.1 w0rp 2017-07-16 01:15:07 +0100
  • 4fa66ab627 Fix #560 #763 - Silence errors for setting signs, and do nothing for dirvish w0rp 2017-07-16 01:15:07 +0100
  • 15c48650e7 #739 - Document the end_col and end_lnum keys for the loclist format w0rp 2017-07-16 00:40:20 +0100
  • cad9fc19c6 Fix #773 - Do not clear the loclist when closing the loclist window w0rp 2017-07-15 18:44:45 +0100
  • 507e32e91c #764 - Update the documentation to mention how to echo messages with the ALELint autocmd w0rp 2017-07-14 00:33:03 +0100
  • 5afbc9b701 Simplify the tests for the ALELint autocmd command w0rp 2017-07-14 00:29:35 +0100
  • 4c50aec79c Add scalastyle linter (#766) Kevin Kays 2017-07-13 18:41:01 -0400
  • 4c6c5bf84f #697 - Remove highlights more thoroughly w0rp 2017-07-13 23:27:02 +0100
  • b50ae96413 #769 Ignore stderr output and output without JSON we can read for rubocop w0rp 2017-07-13 22:47:43 +0100
  • f7f6f6541d Make tsserver completion more reliable, but not quite ready for documentation yet w0rp 2017-07-13 11:59:28 +0100
  • bc97735b6d Merge pull request #767 from elebow/rubocop-handle-empty-files-output w0rp 2017-07-13 09:41:36 +0100
  • dcbb0ffee5 Rubocop: handle empty 'files' array in output Eddie Lebow 2017-07-12 19:42:54 -0400
  • 5885954197 Fix #760 - Report problems with configuration files for rubocop w0rp 2017-07-12 22:41:06 +0100
  • bc32e24203 Add rails_best_practices handler (resolves #655) (#751) Eddie Lebow 2017-07-12 05:43:47 -0400
  • 400580e4e8 Merge pull request #762 from bugant/fix-function-doc-for-FindProjectRoot w0rp 2017-07-12 09:23:14 +0100
  • 9e0d7a9d8c Merge pull request #761 from svanharmelen/f-improve-regex w0rp 2017-07-12 09:22:34 +0100
  • ff80b23ee1 Fix docs for FindProjectRoot function Matteo Centenaro 2017-07-12 10:00:42 +0200
  • b2be833744 Fixup #756 Sander van Harmelen 2017-07-12 09:51:44 +0200
  • 340c0bbac5 #756 Escape the paths used for the --include parameter for gometalinter, which uses RE2 w0rp 2017-07-11 23:47:13 +0100
  • d12e990f73 Merge pull request #759 from julianandrews/docs-typo-fix w0rp 2017-07-11 23:18:48 +0100
  • bbabdd0043 Fix documentation typo Julian Andrews 2017-07-11 16:14:18 -0600
  • a96cc92edf Merge pull request #756 from svanharmelen/b-gometalinter w0rp 2017-07-11 23:13:28 +0100
  • 7b73204f25 Fix #747 - Lint and fix files after they have been been written to disk, not during writing them w0rp 2017-07-11 22:19:26 +0100
  • 505d114a68 Look for ini file to spot python project root (#755) Matteo Centenaro 2017-07-11 22:57:37 +0200
  • 5c7b55edec Make gometalinter work again Sander van Harmelen 2017-07-11 16:52:18 +0200
  • 768f761017 Prefer --fast for stack-build (#754) Jake Zimmerman 2017-07-11 07:05:13 -0500
  • 05d3bb12dd Merge pull request #752 from elebow/brakeman-cleanup-unused-cache-var w0rp 2017-07-11 11:36:50 +0100
  • 78e0029488 Fix comment typo Eddie Lebow 2017-07-11 01:30:28 -0400
  • eb79b52a9a Brakeman: Remove unused cache var from tests Eddie Lebow 2017-07-11 01:30:06 -0400
  • d787050fa8 Kotlin and general Gradle support. (#745) Michael Pardo 2017-07-10 18:03:36 -0400
  • 29d0a20dc3 Fix the flow command tests so they will run on my machine w0rp 2017-07-10 21:44:51 +0100
  • 30aef6b19a Fix #749 - Use /bin/sh when the shell is fish w0rp 2017-07-10 21:35:35 +0100
  • 751d965265 Fix #749 - Use /bin/sh when the shell is fish w0rp 2017-07-10 21:35:35 +0100
  • bd0f31147e Fix #730 - Lint files on save even when nothing was fixed w0rp 2017-07-10 13:40:22 +0100
  • b44f6053d1 Fix #730 - Lint files on save even when nothing was fixed w0rp 2017-07-10 13:40:22 +0100
  • 82dd80c692 Fix #746 - Keep highlights from other plugins when buffers are hidden w0rp 2017-07-10 00:02:49 +0100
  • 6a84605c57 Make every test set filenames and switch directories in the same way, and fix some missing escaping for the rubocop linter w0rp 2017-07-09 22:43:25 +0100
  • b50a7318fb Add new Haskell linter (#742) Jake Zimmerman 2017-07-09 16:39:33 -0500
  • 47ff514878 Fix some indentation w0rp 2017-07-09 15:50:36 +0100
  • 025f3407d6 Simplify ale_linters#ruby#rubocop#GetType w0rp 2017-07-09 15:50:12 +0100
  • ab0e76dbd5 Use rubocop's JSON output format (resolves #339) (#738) Eddie Lebow 2017-07-09 10:48:04 -0400
  • 836a2cfe3b Fix issues with running individual tests, and get the Vim tests to run on certain machines again w0rp 2017-07-09 14:58:17 +0100
  • c67d3b7e60 Merge pull request #743 from jez/fix-ghc-mod w0rp 2017-07-09 13:56:21 +0100
  • a70591fa76
    Correctly resolve temp files on macOS Jacob Zimmerman 2017-07-09 02:13:14 -0500
  • ab47011ef2 Support setting settings with g:ale_pattern_options w0rp 2017-07-09 00:10:28 +0100
  • 1b55e5edab Fix a syntax error in an example w0rp 2017-07-08 22:52:34 +0100
  • 4fd5bf81be Added missing statement about <Plug>(ale_toggle) mapping to the documentation (#740) Andrew Vimmer 2017-07-09 00:10:23 +0300
  • 7def00d5a9 Use different reporter to support older versions of jscs (#737) Jonathan Boudreau 2017-07-08 13:37:21 -0400
  • dd5806662a Document how to install yamllint w0rp 2017-07-08 14:42:39 +0100
  • 996732d5a6 Document the virtualenv directories variable in the main file instead w0rp 2017-07-08 14:30:12 +0100
  • fdc7166c3c Use equal signs for language documentation sections w0rp 2017-07-08 14:17:26 +0100
  • f9aa7d3b9a Update the license year w0rp 2017-07-08 13:50:10 +0100
  • 8eb4f95766 #697 - Clear all highlights every time items are set again, and refactor most things. Clear errors when linters are removed w0rp 2017-07-07 23:47:41 +0100
  • 74f2afbe2e Fix windows path check on rust linter (#736) daa84 2017-07-07 19:03:17 +0300
  • 46225f3bb1 Fix windows path check on rust linter (#736) daa84 2017-07-07 19:03:17 +0300
  • d438f8f268 Fix #735 - Support old versions of Flow by only adding --respect-pragma for supported versions w0rp 2017-07-07 10:47:09 +0100
  • 2f2af4315b #710 - Fix a parsing bug caused by the last fix w0rp 2017-07-07 10:59:00 +0100
  • d9a7364dae #710 - Fix a parsing bug caused by the last fix w0rp 2017-07-07 10:59:00 +0100
  • 7ce960ae51 Fix #735 - Support old versions of Flow by only adding --respect-pragma for supported versions w0rp 2017-07-07 10:47:09 +0100
  • a040878ebc #710 - Show warnings as warnings for ghc w0rp 2017-07-07 00:28:22 +0100
  • 130928590b #710 - Show warnings as warnings for ghc w0rp 2017-07-07 00:28:22 +0100
  • 8315c0e337 Make the executable for gometalinter configurable w0rp 2017-07-07 00:10:30 +0100
  • a72c1edfcc #732 - Use the configuration files when fixing files with rubocop w0rp 2017-07-06 22:58:14 +0100
  • acda19776a Initialize rubocop variables in one place w0rp 2017-07-06 22:47:07 +0100
  • 854066e849 #732 - Use the configuration files when fixing files with rubocop w0rp 2017-07-06 22:58:14 +0100
  • b43413916d Initialize rubocop variables in one place w0rp 2017-07-06 22:47:07 +0100
  • 5859050d29 Fix some bad indentation w0rp 2017-07-06 10:51:05 +0100
  • af02fb5183 Add ale_fix_on_save and ale_fixers to debug output (#731) Gregory Einfrank 2017-07-06 01:27:09 -0700
  • 871ce1c8f5 Correct a comment w0rp 2017-07-05 15:52:39 +0100
  • 1bd9b0fbe2 #729 - Use a wrapper for simplify to fix // problems on Windows w0rp 2017-07-05 15:51:31 +0100
  • a04e73ddbc #729 - Support running Python programs from virtualenv for Windows w0rp 2017-07-05 13:07:55 +0100
  • 1b8450e7a0 #729 Fix // in virtualenv paths w0rp 2017-07-05 12:56:08 +0100
  • 35093e8f0d Merge pull request #727 from andrew-vimmer/broken-links w0rp 2017-07-05 10:15:25 +0100
  • 6ab92af181 Correctly pass options to cpplint (#728) Wil Thomason 2017-07-05 05:14:43 -0400
  • e134eca694 Updated the link to handlers.vim file after it was broken into several files with a03121f5b0. User 2017-07-04 22:11:49 +0300
  • 18fef18ab1 Remove the issue template note about the log_output option, now it's on by default. w0rp 2017-07-04 00:19:43 +0100
  • 7b7a275902 Store the output of commands by default so I don't have to ask people to turn it on any more. w0rp 2017-07-04 00:16:53 +0100
  • e9a1cd600a Store the output of commands by default so I don't have to ask people to turn it on any more. w0rp 2017-07-04 00:16:53 +0100
  • 0819c4cd56 Fix #216 - Filter out errors for other files for ansible-lint w0rp 2017-07-03 23:16:39 +0100
  • bb293b297c Fix #216 - Filter out errors for other files for ansible-lint w0rp 2017-07-03 23:16:39 +0100
  • a1cf7f67a1 Fix #182 - Add support for lintr w0rp 2017-07-03 22:34:22 +0100
  • 638eb1f000 Merge pull request #722 from RsrchBoy/travis-against-all-branches w0rp 2017-07-03 20:33:43 +0100
  • 84b280b881 Fix #178 - Check Stylus files with stylelint w0rp 2017-07-03 16:57:39 +0100
  • def4466671
    Drop "only master branch" travis restriction Chris Weyl 2017-07-03 10:54:47 -0500
  • 160b9548ee Add a function for fixing the alignment of Vim help tags w0rp 2017-07-03 16:51:34 +0100
  • fd6f05c9ea Report exceptions thrown for stylelint w0rp 2017-07-03 16:13:01 +0100
  • 5a3cfbbdf5 Allow hadolint linter to run via docker image (#720) Chris Weyl 2017-07-03 09:37:32 -0500
  • 51f256e897 Remove the need for pointless callbacks for LSP linters w0rp 2017-07-02 13:25:36 +0100
  • 857ca941d2 Support an 'stdio' type for linter defintions, and require a command for LSP connections via programs w0rp 2017-07-02 13:17:24 +0100
  • b731bd77ab Get automatic completion with tsserver to work w0rp 2017-07-02 00:28:00 +0100
  • 5b731f761f Refactor LSP jobs to use a uniform ID value w0rp 2017-07-01 14:30:34 +0100
  • 9f21e45156 Add some experimental completion code for tsserver w0rp 2017-07-01 01:22:03 +0100
  • 0d8be55c51 Merge pull request #712 from RsrchBoy/perlcritic/more-explicit-profiles-doc w0rp 2017-07-02 00:47:18 +0100
  • 2330837747 Adjust output of luacheck linter to include error code (#717) Ryan 2017-07-01 18:20:59 -0500
  • 448600fe4f Merge pull request #716 from sobrinho/master w0rp 2017-07-01 15:43:04 +0100
  • b2e730fb5e Merge pull request #716 from sobrinho/master w0rp 2017-07-01 15:43:04 +0100
  • 29746d492e
    Fix brakeman handler when there is no output Gabriel Sobrinho 2017-07-01 11:18:21 -0300
  • 64c6cbee48 Be more explicit about the effect of g:..._perlcritic_profile = '' Chris Weyl 2017-06-30 10:12:12 -0500
  • 3f1cab3e7e Add profile, other options to the perlcritic linter (#675) Chris Weyl 2017-06-29 07:08:51 -0500