Commit Graph

  • 614a30a508 Improve file blacklisting to make Unite.vim not fuck up. w0rp 2016-10-31 14:47:08 +00:00
  • cb410927d1 Reduce sign column juttering by waiting for all jobs to complete before updating everything. w0rp 2016-10-31 13:45:22 +00:00
  • f44756f347 Merge pull request #158 from mshr-h/support-clang-for-c w0rp 2016-10-31 10:58:40 +00:00
  • e3a8829d67 Add support for clang for c mshr-h 2016-10-31 14:32:39 +09:00
  • 9028d1f132 Add pylint to the list of supported tools. w0rp 2016-10-30 09:47:06 +00:00
  • a6ca60203f Increase the delay for linting on entering a buffer. w0rp 2016-10-30 09:29:11 +00:00
  • 629e6a3675 Merge pull request #153 from keith/ks/shellcheck w0rp 2016-10-30 09:24:39 +00:00
  • c4ab4855b7 Merge pull request #155 from deathmaz/feature/htmlhint-args w0rp 2016-10-30 09:21:55 +00:00
  • 8bee64d1b7 Update the documentation to match the code w0rp 2016-10-30 09:21:34 +00:00
  • e9bbbbdf3e Merge pull request #151 from keith/ks/pylint w0rp 2016-10-30 09:20:02 +00:00
  • 9a4645fc7f Default stdin in htmlhint options deathmaz 2016-10-28 09:46:17 +03:00
  • 5fc2f8f6c0 Choose shell dialect based on vim syntax Keith Smiley 2016-10-27 18:20:22 +10:00
  • 86cc2aab71 Add pylint formatter Keith Smiley 2016-10-27 16:24:32 +10:00
  • 5b56103c69 Added optoins variable for htmlhint deathmaz 2016-10-27 18:31:49 +03:00
  • c8821fc049 #144 - Implement commands for moving through warnings/errors w0rp 2016-10-24 22:09:41 +01:00
  • 1bcee7ef33 Mention the Google Vimscript Style Guide in the contributing file. w0rp 2016-10-25 17:41:34 +01:00
  • 454dbbe33e Merge remote-tracking branch 'origin/echo-less' w0rp 2016-10-25 16:51:50 +01:00
  • aa4c669ea0 #148 - Check the cursor position so we don't try to echo too frequently. w0rp 2016-10-25 16:07:20 +01:00
  • 60762d5018 Merge pull request #143 from w0rp/better-buffer-cleanup w0rp 2016-10-25 16:02:47 +01:00
  • 222d9e6908 Fix the autocmd suggestion some more w0rp 2016-10-25 15:46:18 +01:00
  • 9a019e2342 Fix a mistake in the FAQ code for the autocmd event w0rp 2016-10-25 15:01:10 +01:00
  • 73c9a1f965 #148 Do not run ALE for NERDTree or Unite.vim buffers. w0rp 2016-10-25 14:09:58 +01:00
  • 0fbf7bcc99 Fix the headings and table of contents. w0rp 2016-10-25 10:44:50 +01:00
  • 2bcb21f350 Restructure the README. w0rp 2016-10-25 10:39:06 +01:00
  • d6a7b0f518 #119 - Stop ALE clearing the echo message when it doesn't need to. w0rp 2016-10-24 20:55:20 +01:00
  • b9428b7db0 Merge #139 - Add Markdown linting support w0rp 2016-10-24 20:40:24 +01:00
  • 95373ddab5 Add support for mlint, a MATLAB linter (#145) Alex Layton 2016-10-24 15:32:52 -04:00
  • 6e66b60b63 Limit Travis to only building master on push. w0rp 2016-10-24 20:27:28 +01:00
  • 79552872f3 Merge pull request #142 from w0rp/use-local-jshint-program w0rp 2016-10-24 20:23:15 +01:00
  • c546f47cc0 Merge everything into the one global map. w0rp 2016-10-24 20:21:32 +01:00
  • 0dbf08f6d5 Add some comments to some lines to make things clearer. w0rp 2016-10-24 09:58:45 +01:00
  • 7481facd73 #107 Stop jobs when buffers close w0rp 2016-10-23 22:41:00 +01:00
  • 226b4ed586 Add node_modules support for JSHint, and use the global config as a fallback. w0rp 2016-10-23 13:25:50 +01:00
  • 36461b69d7 Support loading eslint from node_modules, re issue #118. w0rp 2016-10-23 13:04:41 +01:00
  • f94865c4ce Merge pull request #140 from neersighted/cleanup w0rp 2016-10-23 10:41:58 +01:00
  • dc99282f79 Clean up some test filenames and extraneous code Bjorn Neergaard 2016-10-22 08:48:04 -05:00
  • 89d8f2a0bc Merge pull request #138 from neersighted/dotft w0rp 2016-10-22 14:35:13 +01:00
  • 99aebcafac Docs! Bjorn Neergaard 2016-10-22 08:29:30 -05:00
  • cd00a18c3a Make builds fail again when there are Vint warnings. w0rp 2016-10-22 14:20:05 +01:00
  • e293e0b5ab Use cat instead of read -r to stream stdin to file (#120) Łukasz Jan Niemier 2016-10-22 14:52:49 +02:00
  • f49f615ef6 Add support for dot-seperate linters, improve linter tests Bjorn Neergaard 2016-10-21 21:02:20 -05:00
  • 216eadbcbe Merge pull request #133 from ehzShelter/master w0rp 2016-10-21 18:08:25 +01:00
  • 1e83489691 make it less verbose for c and cpp ehzShelter 2016-10-21 20:02:20 +06:00
  • 5eee70cf37 Merge pull request #129 from neersighted/ansible w0rp 2016-10-21 09:21:50 +01:00
  • ce3d79550d Added c++14 standard support and POSIX API compile time linker flags for avoiding annoying errors and warnings ehzShelter 2016-10-21 13:07:51 +06:00
  • c697ef05bb Add PEP8 handler test. Bjorn Neergaard 2016-10-20 22:52:25 -05:00
  • 7a06d276c2 #131 Keep the error types in the message for eslint w0rp 2016-10-20 18:07:45 +01:00
  • a2e4af1626 Document ansible-lint Bjorn Neergaard 2016-10-20 09:26:56 -05:00
  • c34664120b Add ansible-lint support and factor out PEP8 handler Bjorn Neergaard 2016-10-20 09:23:23 -05:00
  • a34fb0a6a7 Add support for cppcheck (#126) Bart Libert 2016-10-20 13:30:45 +02:00
  • acb209aa11 Fix the D error parsing to handle output without column numbers. w0rp 2016-10-19 23:42:00 +01:00
  • 6df632218e Add a test which checks that we can find the stdin-wrapper script. w0rp 2016-10-19 23:26:07 +01:00
  • 62195b7a68 Merge pull request #108 from neersighted/autocmd2 v1.0.0 v1.0.x w0rp 2016-10-19 22:44:00 +01:00
  • 9e4d7c1b9d Fix some Vint problems. w0rp 2016-10-19 22:21:39 +01:00
  • f8f24854e3 Fix how the Makefile checks the image ID. w0rp 2016-10-19 22:21:00 +01:00
  • 492995614b Merge pull request #123 from jparoz/master w0rp 2016-10-19 13:53:26 +01:00
  • 5831e932e0 Added support for hlint Jesse Paroz 2016-10-19 22:27:03 +10:00
  • a2b7bbc8f2 Add an ID into the Makefile so running tests locally will use the most up to date Docker image. w0rp 2016-10-18 12:48:45 +01:00
  • 0e6f406fe0 Add autocommand test Bjorn Neergaard 2016-10-13 09:06:03 -05:00
  • 02e42feeaa Make the function for waiting for jobs to complete more reliable. w0rp 2016-10-17 23:43:31 +01:00
  • bf45ab6d8d Add a function for waiting for linters to complete, and add a test which checks that linting updates the loclist. w0rp 2016-10-17 23:26:19 +01:00
  • 654a172473 Make the nearest file search result absolute paths, and add tests to cover it. w0rp 2016-10-17 21:14:34 +01:00
  • 7c2a16e149 Add a test to check that buffer cleanup works. w0rp 2016-10-17 20:42:50 +01:00
  • 1300fdc84b #115 - Do not use readlink for the DMD wrapper, for Mac compatibility. w0rp 2016-10-17 13:03:21 +01:00
  • 15df679765 #115 - Make ALE shut up about not being able to load linter files which don't exist when it works anyway. w0rp 2016-10-17 11:26:14 +01:00
  • 27aad958d6 Add linters for Elixir (#113) Łukasz Jan Niemier 2016-10-16 17:44:09 +02:00
  • b07161fe38 #109 Use norm! instead of norm to solve remapping issues. w0rp 2016-10-16 16:09:01 +01:00
  • cbc419d51f Fix an issue with a duplicate section in the documentation. w0rp 2016-10-16 15:36:41 +01:00
  • c726503acf Correct the order of arguments for AssertEqual in some places. w0rp 2016-10-14 20:34:21 +01:00
  • 56b866c8d8 Add some tests for the EchoCursorWarning function. w0rp 2016-10-14 20:29:31 +01:00
  • 1e756c0e24 Shut up about there being no autocmd events. w0rp 2016-10-14 19:17:12 +01:00
  • 29271f3477 Add eslint to the Dockerfile. w0rp 2016-10-13 23:53:17 +01:00
  • f2dba0f487 Add tests to cover common handler functions. w0rp 2016-10-13 22:03:31 +01:00
  • a089fabb5c Add some unit tests for the BinarySearch function. w0rp 2016-10-13 21:24:47 +01:00
  • f506887b28 Add a unit test for the loclist comparison function. w0rp 2016-10-13 20:56:18 +01:00
  • 5ca7cc14f3 Ignore more files when archiving. w0rp 2016-10-13 20:42:14 +01:00
  • ed44d8a146 #107 - Check if the buffer is gone by looking for a key in the map instead. w0rp 2016-10-13 15:21:28 +01:00
  • a8c83a097b #107 - Handle jobs finishing for closed buffers w0rp 2016-10-13 15:13:11 +01:00
  • d4e13ca89c Merge branch 'autocmd' w0rp 2016-10-13 15:05:52 +01:00
  • 3a20587502 Document ALELint autocommand Bjorn Neergaard 2016-10-13 08:01:48 -05:00
  • f37896a898 Implement autocommand support Bjorn Neergaard 2016-10-12 15:13:22 -05:00
  • 86ee54e271 Merge pull request #97 from neersighted/statusline-count w0rp 2016-10-13 15:02:58 +01:00
  • f74d4938d0 Cleanup vimrc rtp Bjorn Neergaard 2016-10-13 08:54:07 -05:00
  • 6e789c33b0 Add statusline tests Bjorn Neergaard 2016-10-13 08:50:57 -05:00
  • d7b36e0cf2 Make statusline initial updates more elegant Bjorn Neergaard 2016-10-13 08:10:50 -05:00
  • dc58db7640 Implement a more efficient statusbar Bjorn Neergaard 2016-10-11 16:51:01 -05:00
  • f4159ac7ee Merge pull request #101 from s-ol/luacheck w0rp 2016-10-13 10:02:08 +01:00
  • c197928d67 add documentation for luacheck linter s-ol 2016-10-12 16:44:53 +02:00
  • 217bb5cb40 Improve the output of the tests, and fix the style issue again. w0rp 2016-10-12 23:55:09 +01:00
  • afec4df13f Add a commit with style issues. w0rp 2016-10-12 23:21:57 +01:00
  • 7287943473 Add ALE to the Vim runtimepath in the Docker image so it can run tests. w0rp 2016-10-12 23:17:09 +01:00
  • 037b703682 Remove the example, and trigger Travis again. w0rp 2016-10-12 22:33:55 +01:00
  • e058f9d51b Merge pull request #88 from prashcr/master w0rp 2016-10-12 22:17:16 +01:00
  • dbbf77c19d Hide more trailing whitespace warnings when the option is on for flake8. w0rp 2016-10-12 15:36:59 +01:00
  • 1d321e6f39 add luacheck linter s-ol 2016-10-12 15:43:29 +02:00
  • 1a8d596d26 Fix #99 w0rp 2016-10-12 14:05:03 +01:00
  • 51b4efd707 Remove vint from Travis Prashanth Chandra 2016-10-12 20:17:13 +08:00
  • 9a0a663dc1 Move vint to Docker Prashanth Chandra 2016-10-12 19:25:53 +08:00
  • 210d464442 Use vim-testbed to run Vader tests on Travis Prashanth Chandra 2016-10-11 10:28:25 +08:00
  • 5e0f33615e Add a test for aliases too. w0rp 2016-10-11 23:52:13 +01:00