LCD 47
6cf4f5ca76
New checker cmakelint for CMake.
2017-04-26 11:37:35 +03:00
LCD 47
2cfb29d0a4
New checker flawfinder for C/C++.
2017-04-25 20:35:58 +03:00
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
08ca849db2
Merge remote-tracking branch 'origin/pr/1986'
2017-03-16 10:55:18 +02:00
LCD 47
7e45ad9163
Checker hadolint: cleanup.
2017-03-16 10:42:32 +02:00
LCD 47
d9f45346c0
Merge remote-tracking branch 'origin/pr/1921'
2017-03-16 10:32:39 +02:00
Matthijs van den Bos
3fda1fd29f
Added Solium checker for Solidity
2017-03-16 01:48:45 +01:00
LCD 47
48e8b0e9d2
Minor cleanup: add "statusline" to the install requirements.
2017-02-28 07:13:50 +02:00
Gilad Peleg
32a3754915
Fix shellcheck for is_sh check
2017-02-25 22:20:17 +02:00
LCD 47
6fb14d624b
Checker nvcc: allow for leading spaces in warnings.
2017-02-16 08:19:32 +02:00
LCD 47
59b98a655f
Checker nvcc: mark warning messages as such.
2017-02-15 13:51: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
Justin Donaldson
15c13a9889
[haxe] add warning indicator to errorformat
2017-02-06 14:54:35 -08: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
Justin Donaldson
bbcb9f7cc4
[haxe] disable output during syntax check
2017-01-26 18:45:49 -08:00
LCD 47
b03f26d049
Merge remote-tracking branch 'origin/pr/1944'
2017-01-13 16:29:07 +02:00
Jean-Sébastien Pédron
f19b05d301
erlang_check_file.erl: Add support for Erlang.mk
...
Now, it first determines the compilation "profile" (are we building tests
or the program itself?) and the build tool. Once it found it - either
rebar when there is a `rebar.config` file, or Erlang.mk when there is a
`erlang.mk` file - it calls the appropriate function to query ERL_LIBS
paths and compiler options.
The Erlang.mk function uses the `show-ERL_LIBS`, `show-ERLC_OPTS` and
`show-TEST_ERLC_OPTS` Make targets to query those informations.
Signed-off-by: Gerhard Lazu <gerhard@lazu.uk>
2017-01-13 10:17:20 +01: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
jsshandle
78c0d21a9b
Fix outdated URL in doc/syntastic-checkers.txt.
2016-12-23 22:44:39 +01:00
LCD 47
675f67eea2
Manual: add a note about the "vim-glsl" plugin.
2016-12-05 17:01:49 +02:00
Jesper Brix Rosenkilde
d3766bccb9
Add hadolint support
2016-11-30 15:40:20 +01:00
Jesper Brix Rosenkilde
2576be8ef7
Add hadolint support
2016-11-30 15:39:33 +01: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