Commit Graph

91 Commits

Author SHA1 Message Date
LCD 47
fb6747c013 Grammar. 2014-09-17 23:19:04 +03:00
LCD 47
9d2800f9a5 README: add a note about style checkers. Minor cleanup. 2014-09-17 20:22:28 +03:00
LCD 47
7b9b02954e README: typo. 2014-08-24 20:45:24 +03:00
LCD 47
4b7183b9dc README: add a note about Python 3. 2014-08-24 20:44:07 +03:00
LCD 47
e54f28e338 New redirect checker for arduino: avrgcc. 2014-07-15 09:33:31 +03:00
LCD 47
572d3e0ebc README: nit pick about re-enabling the perl checker. 2014-07-11 18:23:00 +03:00
LCD 47
3ebdeabf63 Add a note about rustc's new home. 2014-06-17 08:35:29 +03:00
LCD 47
dd5ca1f788 Add a note about the removal of the rustc checker. 2014-06-13 00:23:10 +03:00
LCD 47
1383c0f50a Remove the rustc checket for Rust.
Between #947, #1114, and #1112, this checker is too controversial to
maintain in syntastic.  Please consider using it as an external checker
if you need it:

https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide#external
2014-06-12 23:42:54 +03:00
LCD 47
284655357b Cabal checker: cleanup. 2014-05-31 11:52:52 +03:00
LCD 47
576b84e2b7 Update installation instructions.
Update pathogen's address.
Change ; to && to stop early in case of error (@koalaman).
2014-05-27 11:40:15 +03:00
LCD 47
e7d1519f55 Cleanup for bro. 2014-05-09 11:54:59 +03:00
LCD 47
2a770da3a0 GitHub has changed the addresses for user content. 2014-04-26 10:05:02 +03:00
LCD 47
9d4b173493 README: minor update.
The official way to install pathogen has changes slightly.
Add a link to the syntax checker guide.
2014-04-26 08:09:03 +03:00
LCD 47
4b9e87499d README: clarifications for calling multiple checkers. 2014-04-14 08:43:12 +03:00
LCD 47
41edfe34c7 New checker for plist XML: plutil. 2014-04-13 19:59:54 +03:00
LCD 47
6ad57016c1 New checker for R: lint. 2014-04-05 09:15:10 +03:00
LCD 47
6d05d1735a README: add anchors for FAQ items. 2014-04-02 22:47:09 +03:00
LCD 47
a62fc9eeba README: minor update. 2014-04-02 21:32:34 +03:00
LCD 47
82bff20b02 README: change address for YouCompleteMe. 2014-03-30 21:11:39 +03:00
LCD 47
74121741f2 README: put examples in accord with the defaults. 2014-03-04 14:29:13 +02:00
LCD 47
ae65cbac4f README: minor updates, rewording, and formatting. 2014-03-04 11:13:43 +02:00
LCD 47
c18065ea52 Security: disable the perl checker by default. 2014-03-03 09:43:14 +02:00
LCD 47
d12bc4f1d1 jsxhint: cleanup. 2014-02-22 22:39:13 +02:00
LCD 47
4def389ae4 Cleanup: asm/gcc checker. 2014-02-08 09:32:44 +02:00
LCD 47
edb04eee7c README.markdown: add a TOC. 2014-02-03 08:23:00 +02:00
LCD 47
dfc94ad8f8 New checker for texinfo: makeinfo. 2014-02-02 17:16:25 +02:00
LCD 47
4948e5c254 Remove the gnumake checker.
There are situations when `make -s` can get stuck in a loop, even if
`make` itself would finish just fine.  When this happens, Vim gets stuck
too, and has to be killed.
2014-02-01 08:25:26 +02:00
LCD 47
f624e56686 Add make to the list of supported filetypes. 2014-01-29 14:04:16 +02:00
LCD 47
49f99259d6 Add VimL to the list of supported languages. 2014-01-24 18:33:00 +02:00
LCD 47
955da9802e Minor cleanup. 2014-01-24 18:22:22 +02:00
LCD 47
6c9735335f Remove support for YCM.
YCM has now its own navigation functions, so there is no longer any need
to call it from syntastic.

g:syntastic_delayed_redraws is also gone.  Syntastic doesn't use popup
menus, and the only purpose of this variable was to provide a workaround
for a problem triggered by YCM.

References:
https://github.com/Valloric/YouCompleteMe/pull/763
2014-01-20 10:29:06 +02:00
John Wiseman
603e3f6757 Be explicit that this is for vim. 2014-01-19 16:45:43 -08:00
LCD 47
c73855dff5 Cleanup the glsl/cgc checker. 2014-01-03 09:54:10 +02:00
LCD 47
11a0f83e66 Add ActionScript to the list of supported languages. 2014-01-03 08:25:24 +02:00
LCD 47
c18ad3e5b8 New checker for yacc: bison. 2013-12-02 16:31:45 +02:00
LCD 47
9856b73b3a New checker for lex: flex. 2013-12-02 13:11:32 +02:00
LCD 47
aa63e1d79e Cleanup fo the racket checker. 2013-12-01 19:09:33 +02:00
LCD 47
0714044f98 Add Limbo to the list of supported languages. 2013-11-25 20:03:18 +02:00
LCD 47
e468e98e45 Add PO to the list of supported filetypes. 2013-11-23 17:45:42 +02:00
LCD 47
55e8b51219 Remove a few forgotten references to syntastic#makeprg#build(). 2013-11-15 23:02:06 +02:00
LCD 47
f92741d3f6 Added Chef to the list of supported languages. 2013-10-17 19:57:31 +03:00
Jeremy Mack
41059ba9ce Fix wiki link 2013-10-03 10:02:12 -04:00
LCD 47
753cbdf3ec Add Handlebars to the list of supported languages. 2013-10-03 10:16:30 +03:00
LCD 47
29839fc89f Merge branch 'gcc_refactor' 2013-09-20 01:52:15 +03:00
LCD 47
90a27dded1 Add Dust to the list of supported languages. 2013-09-20 01:41:07 +03:00
Tim Mower
4b2e024f82 Update with explanation of override behaviour
Hope I'm clear enough here - I ran into an issue with the phpcs example where it specifies --report=csv by default, adding my options didnt include this default so I had to add my new argument and the default to the option.
2013-08-23 11:33:21 +01:00
LCD 47
1bc5ce6d4c Merge branch 'master' into gcc_refactor 2013-08-11 10:12:40 +03:00
LCD 47
c8bceb4ac3 New checker asciidoc, for (surprise!) asciidoc files. 2013-08-11 10:10:57 +03:00
LCD 47
5c75519bc8 Add verilator checker for verilog. 2013-08-07 20:41:50 +03:00