Commit Graph

  • 35f3a1f541 Remove the off-putting alpha message now things are moving along. w0rp 2016-10-03 13:19:05 +0100
  • c89c4fcef9 Add support for shellcheck linting. w0rp 2016-10-03 13:18:27 +0100
  • 23383ce547 Merge pull request #26 from gavocanov/master w0rp 2016-10-03 11:38:56 +0200
  • 9051878466 Add support for javascript.jsx filetype Paolo Gavocanov 2016-10-03 10:56:59 +0300
  • 40c01d2f14 Merge pull request #21 from KabbAmine/sign-custom w0rp 2016-10-02 16:19:03 +0200
  • 21e91d7572 Merge pull request #22 from prashcr/master w0rp 2016-10-02 16:16:12 +0200
  • 31d4343d7c Fix qflist output for coffeelint Prashanth Chandra 2016-10-02 17:26:42 +0800
  • 81bccb2847 Add an option for defining text of signs Kabbaj Amine 2016-10-02 11:22:24 +0300
  • b36d3eb635 Merge pull request #19 from prashcr/master w0rp 2016-10-02 10:16:10 +0200
  • 8c7193347c Add coffeelint for coffeescript Prashanth Chandra 2016-10-02 15:39:21 +0800
  • abd1249e74 Merge pull request #15 from CookiesBestDinner/master w0rp 2016-09-29 22:55:37 +0100
  • fc05b62fc9 Fix typo ALErrorSign -> ALEErrorSign CookiesBestDinner 2016-09-29 23:41:55 +0200
  • 6a442dae6e Fix a bug with reading from large files. Large files we being truncated by closing the input buffer too early. w0rp 2016-09-27 15:06:26 +0100
  • facc3a89b4 Merge branch 'patch-3' w0rp 2016-09-26 21:44:31 +0100
  • 2a4cbbd0df Add some more prose back in with a link to Vundle. w0rp 2016-09-26 21:44:23 +0100
  • 31f4601fcf Merge pull request #13 from vmarovic/master w0rp 2016-09-26 16:47:26 +0100
  • bad240d659 Fix readme file Vladimir Marovic 2016-09-26 17:41:22 +0200
  • e256cd6be9 Move flag to aaflags.vim Vladimir Marovic 2016-09-26 17:02:21 +0200
  • 41c3ba17f8 Add option to always show left gutter Vladimir Marovic 2016-09-26 16:55:26 +0200
  • 27a21f8ca7 Edit Vundle installation instructions Prashanth Chandra 2016-09-23 20:15:28 +0800
  • 937e979270 Add some notes on usage, and re-arrange things. w0rp 2016-09-19 22:19:21 +0100
  • 33dae24632 Add an Installation section for this plugin. w0rp 2016-09-19 22:04:11 +0100
  • a39274d7f4 Merge pull request #9 from prashcr/master w0rp 2016-09-19 07:18:55 +0100
  • f8899f9ba7 Use a different marker because of markdown issues. w0rp 2016-09-19 00:04:32 +0100
  • a531ce44b7 Fix the README sorting and formatting. w0rp 2016-09-19 00:01:16 +0100
  • 57ef2c9833 Add support for checking Haskell code via a wrapper script which can be used for other tools, and fix a readline problem with the DMD wrapper script. w0rp 2016-09-18 23:58:04 +0100
  • e0fc0c7bb6 Explain the language and tools table some more. w0rp 2016-09-18 19:36:54 +0100
  • b66b6f925a Add support for checking C code with GCC too. w0rp 2016-09-18 19:33:33 +0100
  • 9553c24fa0 Add support for checking Fortran syntax with GCC. Mad respect for the mathematicians. w0rp 2016-09-18 19:19:40 +0100
  • 0bc4b4c14c Run DUB in a separate process as well, so it will not cause import lag. w0rp 2016-09-18 10:38:54 +0100
  • f346416f46 Add option for choosing linters to run Prashanth Chandra 2016-09-17 19:06:53 +0800
  • a32b380b6f Add support for linting D code with DMD. w0rp 2016-09-16 22:53:53 +0100
  • c84bafe7e7 Merge pull request #2 from fijshion/jshint-linter w0rp 2016-09-16 19:21:04 +0100
  • 02b2ccb9d0 I accidentally credited the wrong guy. Let's fix that. w0rp 2016-09-16 09:15:33 +0100
  • 240ce7f566 Add jshint to readme Chris Kyrouac 2016-09-15 20:46:49 -0400
  • c856d00c7c Add name and author to jshint Chris Kyrouac 2016-09-15 20:37:37 -0400
  • 641aa8afc3 Add jshint linter Chris Kyrouac 2016-09-14 16:34:18 -0400
  • f89738c951 Link to explanations of the -n flag of each shell as best as we can. w0rp 2016-09-15 21:22:34 +0100
  • 53f2e47dab Update the README file to include jscs, and a comment about keeping the table sorted for new contributors to look at. w0rp 2016-09-15 21:15:41 +0100
  • 192b3db3ee Credit fijshion for his work in the files, and make the new linters work again by adding the now required name arguments. w0rp 2016-09-15 21:09:04 +0100
  • d97d05e508 Merge pull request #1 from fijshion/jscslinter w0rp 2016-09-15 21:00:57 +0100
  • 36b25a5da4 Merge pull request #3 from ynonp/master w0rp 2016-09-15 21:00:14 +0100
  • 8cc28cdfbd Add support for Bash and other shells. Add support for reading from stderr, and for generating the executable from functions. Both were needed to support shell linting. w0rp 2016-09-15 20:20:41 +0100
  • d3047c9cf6 Output error codes in the error text too for flake8. w0rp 2016-09-15 13:08:35 +0100
  • c4fb7f949d Add an option disabling warnings about trailing whitespace, and use it in flake8. w0rp 2016-09-15 13:08:21 +0100
  • b236b6b353 Echo the cursor status with a very short delay, so it will override other plugins. w0rp 2016-09-15 10:57:11 +0100
  • a1becad490 Add rubocop to readme file ynonp 2016-09-15 10:42:13 +0300
  • 5180deb1d2 FIXED comments ynonp 2016-09-15 10:39:26 +0300
  • 6d0d05410a ADD rubocop linter ynonp 2016-09-15 10:37:53 +0300
  • 8c7b158690 Add jscs linter Chris Kyrouac 2016-09-14 15:22:29 -0400
  • 7fa437985f Fix issues with switching buffers rapidly causing errors by remembering the buffer and passing the buffer value to various functions. w0rp 2016-09-14 11:47:52 +0100
  • 746ffe8acd Better README grammar. w0rp 2016-09-13 23:18:52 +0100
  • 8e7bf47530 Sort the table by name w0rp 2016-09-13 23:17:01 +0100
  • 5684d7e3f9 Remove the Known Bugs section from the README. Issues can be used instead now. w0rp 2016-09-13 23:15:36 +0100
  • 86295cb4ec Fix GitHub links in README w0rp 2016-09-13 23:12:49 +0100
  • 3de69db7e5 Add more information to the README file. w0rp 2016-09-13 23:10:24 +0100
  • d438da2b3b Fix the eslint linter so it won't throw away lines if one earlier line doesn't match. w0rp 2016-09-13 22:26:04 +0100
  • d2e1348c09 Make signs prefer errors to warnings if there are two loclist items for one line. w0rp 2016-09-13 22:25:28 +0100
  • 0b8c2525b1 Make sure all files are loaded, not just the first. w0rp 2016-09-13 22:24:55 +0100
  • 08ed282ac8 Add a linter rule for Python code. w0rp 2016-09-13 22:23:37 +0100
  • 4dcfdd43e1 Add support for defining linters where the command that is run is determined by a callback. w0rp 2016-09-11 16:49:55 +0100
  • 899e027859 Add Vim 8 support. w0rp 2016-09-10 01:37:40 +0100
  • 23d63560c8 Update the readme now the bugs have been removed. w0rp 2016-09-09 22:49:18 +0100
  • 33b5e30760 Fix bugs with directory listings and signs when switching tabs. w0rp 2016-09-09 22:48:40 +0100
  • faf51d7a22 Ignore more files. w0rp 2016-09-09 22:47:54 +0100
  • 37065bb252 Fix a bug with eslint parsing which mistakenly cleared markers w0rp 2016-09-09 22:25:26 +0100
  • 11c11e578f Add linting with eslint in NeoVim, with a few bugs. w0rp 2016-09-09 00:23:26 +0100