Commit Graph

  • 5831e932e0 Added support for hlint Jesse Paroz 2016-10-19 22:27:03 +1000
  • 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 +0100
  • 0e6f406fe0
    Add autocommand test Bjorn Neergaard 2016-10-13 09:06:03 -0500
  • 02e42feeaa Make the function for waiting for jobs to complete more reliable. w0rp 2016-10-17 23:43:31 +0100
  • 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 +0100
  • 654a172473 Make the nearest file search result absolute paths, and add tests to cover it. w0rp 2016-10-17 21:14:34 +0100
  • 7c2a16e149 Add a test to check that buffer cleanup works. w0rp 2016-10-17 20:42:50 +0100
  • 1300fdc84b #115 - Do not use readlink for the DMD wrapper, for Mac compatibility. w0rp 2016-10-17 13:03:21 +0100
  • 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 +0100
  • 27aad958d6 Add linters for Elixir (#113) Łukasz Jan Niemier 2016-10-16 17:44:09 +0200
  • b07161fe38 #109 Use norm! instead of norm to solve remapping issues. w0rp 2016-10-16 16:09:01 +0100
  • cbc419d51f Fix an issue with a duplicate section in the documentation. w0rp 2016-10-16 15:36:41 +0100
  • c726503acf Correct the order of arguments for AssertEqual in some places. w0rp 2016-10-14 20:34:21 +0100
  • 56b866c8d8 Add some tests for the EchoCursorWarning function. w0rp 2016-10-14 20:29:31 +0100
  • 1e756c0e24 Shut up about there being no autocmd events. w0rp 2016-10-14 19:17:12 +0100
  • 29271f3477 Add eslint to the Dockerfile. w0rp 2016-10-13 23:53:17 +0100
  • f2dba0f487 Add tests to cover common handler functions. w0rp 2016-10-13 22:03:31 +0100
  • a089fabb5c Add some unit tests for the BinarySearch function. w0rp 2016-10-13 21:24:47 +0100
  • f506887b28 Add a unit test for the loclist comparison function. w0rp 2016-10-13 20:56:18 +0100
  • 5ca7cc14f3 Ignore more files when archiving. w0rp 2016-10-13 20:42:14 +0100
  • ed44d8a146 #107 - Check if the buffer is gone by looking for a key in the map instead. w0rp 2016-10-13 15:21:28 +0100
  • a8c83a097b #107 - Handle jobs finishing for closed buffers w0rp 2016-10-13 15:13:11 +0100
  • d4e13ca89c Merge branch 'autocmd' w0rp 2016-10-13 15:05:52 +0100
  • 3a20587502 Document ALELint autocommand Bjorn Neergaard 2016-10-13 08:01:48 -0500
  • f37896a898 Implement autocommand support Bjorn Neergaard 2016-10-12 15:13:22 -0500
  • 86ee54e271 Merge pull request #97 from neersighted/statusline-count w0rp 2016-10-13 15:02:58 +0100
  • f74d4938d0
    Cleanup vimrc rtp Bjorn Neergaard 2016-10-13 08:54:07 -0500
  • 6e789c33b0
    Add statusline tests Bjorn Neergaard 2016-10-13 08:50:57 -0500
  • d7b36e0cf2
    Make statusline initial updates more elegant Bjorn Neergaard 2016-10-13 08:10:50 -0500
  • dc58db7640
    Implement a more efficient statusbar Bjorn Neergaard 2016-10-11 16:51:01 -0500
  • f4159ac7ee Merge pull request #101 from s-ol/luacheck w0rp 2016-10-13 10:02:08 +0100
  • c197928d67 add documentation for luacheck linter s-ol 2016-10-12 16:44:53 +0200
  • 217bb5cb40 Improve the output of the tests, and fix the style issue again. w0rp 2016-10-12 23:55:09 +0100
  • afec4df13f Add a commit with style issues. w0rp 2016-10-12 23:21:57 +0100
  • 7287943473 Add ALE to the Vim runtimepath in the Docker image so it can run tests. w0rp 2016-10-12 23:17:09 +0100
  • 037b703682 Remove the example, and trigger Travis again. w0rp 2016-10-12 22:33:55 +0100
  • e058f9d51b Merge pull request #88 from prashcr/master w0rp 2016-10-12 22:17:16 +0100
  • dbbf77c19d Hide more trailing whitespace warnings when the option is on for flake8. w0rp 2016-10-12 15:36:59 +0100
  • 1d321e6f39 add luacheck linter s-ol 2016-10-12 15:43:29 +0200
  • 1a8d596d26 Fix #99 w0rp 2016-10-12 14:05:03 +0100
  • 51b4efd707 Remove vint from Travis Prashanth Chandra 2016-10-12 20:17:13 +0800
  • 9a0a663dc1 Move vint to Docker Prashanth Chandra 2016-10-12 19:25:53 +0800
  • 210d464442 Use vim-testbed to run Vader tests on Travis Prashanth Chandra 2016-10-11 10:28:25 +0800
  • 5e0f33615e Add a test for aliases too. w0rp 2016-10-11 23:52:13 +0100
  • 1d2405f2bc Fix an ale:linters bug, and add a test for it. w0rp 2016-10-11 23:48:43 +0100
  • 78bcf96e34 Fix #87 - Allow linter filetypes to be aliased w0rp 2016-10-11 23:11:45 +0100
  • 6911696616 Ignore certain files when exporting archives. w0rp 2016-10-11 22:17:04 +0100
  • 210a897a82 Remove the title abbreviation w0rp 2016-10-11 22:05:12 +0100
  • 6f94cee56e Try putting the build status in the title line w0rp 2016-10-11 22:04:10 +0100
  • 957acf186d Add the logo and thank Mark for his work. w0rp 2016-10-11 21:55:26 +0100
  • ec2ce91f3f Merge pull request #92 from neersighted/handlers w0rp 2016-10-11 20:49:57 +0100
  • 687d66cf25 Merge pull request #95 from neersighted/typos w0rp 2016-10-11 20:48:52 +0100
  • 82f38dcd45
    Return in the statusline compatibility function, fixing #71 Bjorn Neergaard 2016-10-11 14:24:43 -0500
  • 93cd44e2ec
    Match both error and syntax error in verilog Bjorn Neergaard 2016-10-11 12:08:31 -0500
  • f88db6c336 Merge pull request #93 from neersighted/pruning w0rp 2016-10-11 17:18:17 +0100
  • fc711a0615
    Clean and reorganize flags/preferences Bjorn Neergaard 2016-10-11 09:54:14 -0500
  • 572c877a69
    Default handlers to warning Bjorn Neergaard 2016-10-11 09:42:50 -0500
  • c290e2cd60
    Remove many redundant handlers Bjorn Neergaard 2016-10-11 09:22:47 -0500
  • d8d08de26c Merge pull request #90 from neersighted/golang w0rp 2016-10-11 15:02:32 +0100
  • 1074afbd08
    Add new go linters to the help Bjorn Neergaard 2016-10-11 08:58:01 -0500
  • ef14a04470
    Make HandleUnixFormat Windows-compatible Bjorn Neergaard 2016-10-11 08:54:41 -0500
  • 23442a2ec3
    Introduce generic unix formatter Bjorn Neergaard 2016-10-11 07:48:42 -0500
  • 5caec8d3b8
    Introduce golang support Bjorn Neergaard 2016-10-11 06:57:42 -0500
  • 6ee42c9a2d Merge pull request #91 from w0rp/vint-style-flag w0rp 2016-10-11 13:33:18 +0100
  • 38dcf30045 Set an option for turning Vint style issues on or off. w0rp 2016-10-11 13:20:56 +0100
  • 0fa730aecf Merge pull request #86 from neersighted/vint-s w0rp 2016-10-11 13:07:03 +0100
  • de7e14a484
    Enable style checks in Travis Bjorn Neergaard 2016-10-10 18:52:27 -0500
  • fb4b797dd2
    Use explicit scope in all ale_linters Bjorn Neergaard 2016-10-10 18:43:45 -0500
  • ca4badfb3a
    Use explicit scope in the ale core, as advised by vint -s Bjorn Neergaard 2016-10-10 18:00:09 -0500
  • 9a519684f2 add shellcheck option to the doc and sort options by theme (#85) Marc Delage 2016-10-11 00:48:41 +0200
  • c37e053944 #81 - Run commands through the shell on Unix machines w0rp 2016-10-10 22:56:12 +0100
  • 2dee212408 Merge pull request #83 from neersighted/master w0rp 2016-10-10 21:56:07 +0100
  • ad2ee80eb6
    More randomness in the wrapper tmpfile Bjorn Neergaard 2016-10-10 15:53:56 -0500
  • e68800a28d
    Fixup stdin-wrapper Bjorn Neergaard 2016-10-10 14:26:29 -0500
  • 151152b446 #81: Close the Vint format quote. w0rp 2016-10-10 20:21:12 +0100
  • e9ad21b679 Fix cursor bugs. w0rp 2016-10-10 19:56:05 +0100
  • 7f0ce89d2b First pass at optimizing ale to autoload (#80) Bjorn Neergaard 2016-10-10 13:51:29 -0500
  • 0680f875fe Add an option for configuring the path for JSHint. w0rp 2016-10-10 19:07:01 +0100
  • 6f1ec7306d REVERT "#39 Use getbufline() for MacVim GUI too." w0rp 2016-10-10 18:56:39 +0100
  • 0708531a13 Merge pull request #79 from KabbAmine/fix-typos w0rp 2016-10-10 16:27:28 +0100
  • 731f2fafb6 Merge pull request #77 from KabbAmine/minor-fixes w0rp 2016-10-10 16:26:58 +0100
  • 4149971c08 Minor fixes: Kabbaj Amine 2016-10-10 16:02:39 +0300
  • 7fe0ab27bd Fix typos in README Kabbaj Amine 2016-10-10 17:53:09 +0300
  • 4c9aa1c638 #74 - Document g:ale_buffer_loclist_map w0rp 2016-10-10 13:22:59 +0100
  • 7acfa72c0d Fix #75 - Explain that you need to update NeoVim in the plugin itself. w0rp 2016-10-10 13:16:32 +0100
  • d022a867b4 Correct some grammar in the docs. w0rp 2016-10-10 12:58:55 +0100
  • 56894b432e Merge remote-tracking branch 'origin/echo-string-format' w0rp 2016-10-10 12:57:27 +0100
  • 3083d05afd #39 Use getbufline() for MacVim GUI too. w0rp 2016-10-10 12:54:39 +0100
  • e4b3f579fa Echo string format (#76) KabbAmine 2016-10-10 15:53:54 +0400
  • f60df660f8 #48 Store the linter name in the loclist objects for later use. w0rp 2016-10-09 21:44:50 +0100
  • 8d390384f1 Correct issues with some errors appearing at line 0, not 1. w0rp 2016-10-09 21:40:33 +0100
  • 9902eadd33 Up-indent types and defaults, and align markers w0rp 2016-10-09 21:23:34 +0100
  • e0036b2f4c Make spacing and indentation consistent in the documentation, and make the docs easier to read. w0rp 2016-10-09 21:20:21 +0100
  • bc937639d0 Merge #66 with some amendments. Marc Delage 2016-10-09 21:13:33 +0100
  • a1ecf9ecea Merge branch 'shell-detection' w0rp 2016-10-09 21:04:43 +0100
  • dea8af1e57 Merge pull request #73 from KabbAmine/fix-69 w0rp 2016-10-09 20:59:25 +0100
  • b2714da78b Modify shell's pattern to handle locals other than english, fixes #69 Kabbaj Amine 2016-10-09 22:54:34 +0300
  • 07599d006c Document the default shell option w0rp 2016-10-09 20:45:51 +0100
  • b5e4538699 #69 Change the default shell for shell linting w0rp 2016-10-09 20:39:14 +0100
  • 2d32c31205 Handle arguments to shells in shebang lines too. w0rp 2016-10-09 19:41:27 +0100