Commit Graph

879 Commits

Author SHA1 Message Date
LCD 47
8e82ea7b20 Checker php: reset error_log (@guywithnose). 2017-04-25 19:43:35 +03:00
LCD 47
5687aad671 New checker cppclean for C/C++. 2017-04-25 19:38:07 +03:00
LCD 47
4a7633c9f2 Bug fix: the actual bandit checker... 2017-04-24 20:52:02 +03:00
LCD 47
884dbf2ef4 New checker python/bandit for Python. 2017-04-24 20:48:54 +03:00
LCD 47
2c5c0f056e Manual: add more details for the "dennis" checker. 2017-04-24 18:41:07 +03:00
LCD 47
584fe056b4 New checker po/dennis for gettext PO files. 2017-04-24 18:37:43 +03:00
LCD 47
a2333da98c Manual: add a note about "julia-vim". 2017-04-24 16:52:35 +03:00
LCD 47
67aa4e3d03 Manual: missing closing tag. 2017-04-24 16:50:22 +03:00
LCD 47
b9d35359be New checker julia/lint for Julia. 2017-04-24 16:45:44 +03:00
LCD 47
0bfac45565 Checker tslint: error format has changed. 2017-04-18 11:00:02 +03:00
LCD 47
a882ecbc80 Checker dartanalyzer: "--machine" has been renamed in 1.23.0. 2017-04-17 14:30:19 +03:00
LCD 47
5d9a0bc387 Checker vim/vimlint: globpath() with 3 arguments appeared in Vim 7.2-051. 2017-04-06 19:02:54 +03:00
LCD 47
b2b125cfad Checker d/dscanner: add syntax highlighting. 2017-03-30 18:31:58 +03:00
LCD 47
75180daad7 Checker d/dscanner: cleanup. 2017-03-30 18:16:38 +03:00
lantlord
c6f83efdd3 New checker: d/dscanner. 2017-03-30 17:53:06 +03:00
LCD 47
d7338f8a63 Checker r/lint is going away.
The "lint" package has been removed from CRAN:

    https://github.com/halpo/lint/issues/23

The corresponding syntastic checker will be removed in future release.
For now remove only the docs.
2017-03-21 09:36:47 +02:00
LCD 47
e0d044fa7e Checker solium: cleanup. 2017-03-16 11:44:14 +02:00
LCD 47
7e45ad9163 Checker hadolint: cleanup. 2017-03-16 10:42:32 +02:00
LCD 47
48e8b0e9d2 Minor cleanup: add "statusline" to the install requirements. 2017-02-28 07:13:50 +02:00
LCD 47
6fb14d624b Checker nvcc: allow for leading spaces in warnings. 2017-02-16 08:19:32 +02:00
LCD 47
f660d1074f Cleanup: buffer handling. 2017-02-15 13:50:19 +02:00
LCD 47
53a3db5e3b Formatting. 2017-02-07 07:41:40 +02:00
LCD 47
2124af80ab Manual: update version requirrement for checker flow. 2017-01-30 20:29:08 +02:00
LCD 47
bd03a27ca1 Checker flow: there is an option "--quiet" from flow 0.34.0. 2017-01-30 20:21:32 +02:00
LCD 47
40ac6c462e Checker valac: fix previous bug fix. :) 2017-01-04 13:06:20 +02:00
LCD 47
9ed5763b8c Workaround for loading syntastic on-demand. 2017-01-04 12:41:56 +02:00
LCD 47
e19298787a Checker valac: fix behaviour. 2017-01-04 12:01:59 +02:00
LCD 47
675f67eea2 Manual: add a note about the "vim-glsl" plugin. 2016-12-05 17:01:49 +02:00
LCD 47
dfb263775b Manual: stylint 1.5.7 is now supported. 2016-11-25 10:05:52 +02:00
LCD 47
0f9fa8a0c1 Core: log $TMPDIR and friends. 2016-11-23 22:50:05 +02:00
LCD 47
1c89d2a570 Checker stylus/stylint: fix errorformat for version 1.5.7. 2016-11-23 09:55:32 +02:00
LCD 47
e37dca1b48 Core: better error handling for system(). 2016-11-21 13:55:28 +02:00
LCD 47
f3a5344f08 Checker stylus/stylint: version 1.5.7 breaks errorformat. 2016-11-15 10:00:59 +02:00
LCD 47
7993f7946f Syntastic lives in its own organisation now. 2016-11-14 07:40:16 +02:00
LCD 47
734fde7f0b Manual: document the proselint checker. 2016-10-30 07:33:34 +02:00
LCD 47
e84f80a68a Bump version. 2016-10-22 06:42:09 +03:00
LCD 47
17d1e44958 Bump version for release. 2016-10-22 06:39:29 +03:00
LCD 47
36484fbfb2 Removed checker ghc_mod. 2016-10-22 06:38:49 +03:00
LCD 47
9b45d5c4b4 Typo. 2016-10-19 08:43:03 +03:00
LCD 47
81732634df Bug fix: make :SyntasticInfo print qualified names for foreign checkers. 2016-10-18 23:41:10 +03:00
LCD 47
6ffba7395c Cleanup: make sanity check message less confusing. 2016-10-17 11:05:03 +03:00
LCD 47
167a0625a6 Manual: add a note about EasyGrep. 2016-10-16 19:29:04 +03:00
LCD 47
90e96d445f Bug fix: handling foreign checkers in "*_checkers" lists. 2016-10-11 11:32:54 +03:00
LCD 47
5044cc699b New checker for text files: proselint. 2016-10-11 10:57:35 +03:00
LCD 47
753ed1fbe9 Minor fixes. 2016-10-10 22:57:17 +03:00
LCD 47
adf899f1ba Refcator registry code.
It is now possible to run checkers for a filetype different than the
filetype of the current file.
2016-10-09 11:08:06 +03:00
LCD 47
1379530f03 New checker for HTML: htmlhint. 2016-10-08 09:05:59 +03:00
LCD 47
8b93210371 Manual: add a note about javac. 2016-10-06 16:43:38 +03:00
LCD 47
0a606ae28e Bug fix: safety net for older versions of Vim. 2016-10-06 12:35:43 +03:00
LCD 47
4c4e516e1d Bug fix: allow checkers to have an empty exec. 2016-10-05 14:47:54 +03:00
LCD 47
75b1095586 Typo. 2016-10-04 23:13:18 +03:00
LCD 47
ee4f39a67d Minor cleanup. 2016-10-04 23:10:32 +03:00
LCD 47
9648145ab1 Core: cleanup buffer handling (stage 2). 2016-10-04 19:39:26 +03:00
LCD 47
59cc80a8f7 Bug fix: safer checks for deprecated variables. 2016-09-23 06:38:02 +03:00
LCD 47
90b19d188b Checker luac: fix errorformat.
Newer versions of luac prepend error messages with the actual name of
the executable.

Reference: http://www.lua.org/source/5.3/luac.c.html#fatal
2016-09-22 09:09:35 +03:00
LCD 47
2b84b14cd1 Manual: add a note about "signcolumn". 2016-09-12 22:20:00 +03:00
LCD 47
e7d1fe75d4 README: minor fixes. 2016-09-12 19:59:11 +03:00
LCD 47
f4b6c80aef Bug fix: more auto_loc_list fixes. 2016-09-11 13:22:15 +03:00
LCD 47
8ab26a2268 Bug fix: safer handling of auto_loc_list. 2016-09-11 12:42:04 +03:00
LCD 47
998179747a Attempted fix for Neovim's setloclist(). 2016-09-08 16:53:42 +03:00
LCD 47
557b52fb20 Core: cleanup buffer handling (stage 1). 2016-09-07 19:27:12 +03:00
LCD 47
0bedeb99c7 Core: log autochdir. 2016-09-06 22:05:25 +03:00
LCD 47
5532618b6a Minor cleanup. 2016-09-06 19:55:48 +03:00
LCD 47
a0f5b72f14 Core: improve logging. 2016-09-04 10:07:57 +03:00
LCD 47
1fec9e8b9a Checker hdevtools: fix errorformat. 2016-09-03 17:28:21 +03:00
LCD 47
fd54b6be9e Core: workaround for lgetexpr calling QuickFixCmd* in Vim 7.4.2299. 2016-09-03 00:03:12 +03:00
LCD 47
72d4874deb Manual: add a note about the "ferret" plugin. 2016-09-02 22:16:14 +03:00
LCD 47
3ea6924aac Bug fix: further relax syntastic#util#fname2buf(). 2016-09-02 09:30:03 +03:00
Matheus Marsiglio
d7932fa770 syntastic-checkers doc fix typo 2016-09-01 10:23:14 -03:00
LCD 47
f8e88f77d9 Core: second attempt at fixing check_on_open when opening multiple files. 2016-09-01 16:17:22 +03:00
LCD 47
6ae595b108 Typo. 2016-09-01 14:13:35 +03:00
LCD 47
287aeeb925 Bug fix: escaping in syntastic#util#fname2buf(). 2016-09-01 14:12:02 +03:00
LCD 47
00ad38dd5e Manual: update the note about PowerShell. 2016-09-01 10:04:42 +03:00
LCD 47
631df935f6 README: reorganise the FAQ. 2016-08-31 10:14:03 +03:00
LCD 47
f527cb1a2d Core: fix check_on_open when starting with multiple files. 2016-08-29 08:11:59 +03:00
LCD 47
d50e8c0f6b Core: make autocommands aware of buffers.
Also move "check_on_open" checks to BufEnter.  This allows correct
handling of files that specify a non-default filetype in modelines.
2016-08-28 21:16:19 +03:00
LCD 47
68f473ecc8 Checker flow: option "--version" is deprecated. 2016-08-27 09:18:36 +03:00
LCD 47
a20a5e3352 Manual: typo. 2016-08-25 08:36:58 +03:00
LCD 47
21b833410c Manual: rephrase. 2016-08-25 08:33:23 +03:00
LCD 47
247bf25d80 README: minor rephrase. 2016-08-23 06:53:00 +03:00
LCD 47
5a37eab330 Manual: add a note about the "airline" plugin. 2016-08-23 06:25:03 +03:00
LCD 47
bee62146bb Checker perl: minor fixes. 2016-08-18 09:16:06 +03:00
LCD 47
499a73a3be Preprocess functions: attempt to improve the "unrecognized error" messages. 2016-08-16 02:47:14 +03:00
LCD 47
400a20c531 Checker solc: even more cleanup. :) 2016-08-15 23:24:03 +03:00
LCD 47
29d76d58e3 Checker solc: more cleanup. 2016-08-15 23:22:28 +03:00
LCD 47
28f61a6f59 Checker solc: cleanup. 2016-08-15 23:18:35 +03:00
LCD 47
39fd1b76ce README: minor bug in the recipe for config files (again). 2016-08-09 21:56:36 +03:00
LCD 47
c73673e0f3 Checker fsc: allow -Ystop-after:parser to be overridden. 2016-08-09 21:27:50 +03:00
LCD 47
26038cc19d README: update the recipe for config files. 2016-08-09 09:39:49 +03:00
LCD 47
88b66584b5 Checker iasl: fix typos (@Lekensteyn). 2016-08-01 13:45:58 +03:00
LCD 47
4607092691 Checker iasl: fix temporary directory reference. 2016-08-01 08:07:16 +03:00
LCD 47
3be03caa36 Fix pilot error from a previous patch. 2016-07-31 20:36:57 +03:00
LCD 47
83e910720d Checker avr-gcc for C++: cleanup. 2016-07-31 19:11:17 +03:00
LCD 47
6014bdc57f Remove checker tsc.
Checker "tsc" has been removed, in favour of the external checker
"tsuquyomi" (https://github.com/Quramy/tsuquyomi).

Reference: #1811
2016-07-26 21:34:04 +03:00
LCD 47
663fea9dc9 Manual: fix typos. 2016-07-21 00:06:18 +03:00
LCD 47
ddfa6a8835 Manual: document the SyntasticCheckHook() callback. 2016-07-13 13:50:13 +03:00
LCD 47
9bec49b7f9 README: update the recipe for config files. 2016-07-11 22:27:37 +03:00
LCD 47
87f3e80b44 README: typos. 2016-07-08 20:13:01 +03:00
LCD 47
a5654d4041 README: update the FAQ. 2016-07-08 20:11:03 +03:00
LCD 47
cee74e0c1a Checker pep8 has been renamed to pycodestyle. 2016-06-28 17:28:30 +03:00