derekhamilton
e3385751bb
Fix typo
2019-05-09 09:59:02 -04:00
LCD 47
fa5db4c8b0
Checker perl6: assume version 2018.08 or later.
2019-04-07 17:32:04 +03:00
LCD 47
1089ee5212
Checker haskell/hlint: force colors off (@phadej).
2019-03-07 20:02:16 +02:00
LCD 47
8c76c0473a
Checker html/w3: cleanup.
2019-01-30 22:12:32 +02:00
Kevin Locke
fca2caf1e0
Checker html/w3: Add support for SVG and XHTML
...
Apply the same changes that were applied to html/validator in
vim-syntastic/syntastic#2241 to w3/html so that it can be used to
validate SVG and XHTML as well.
Add support for `g:syntastic_{type}_w3_doctype` to control the doctype
POST parameter sent to the validator. This is necessary for SVG without
a DTD (which would otherwise be validated as generic XML) and useful for
all the types to control validation.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2019-01-30 12:42:58 -07:00
Kevin Locke
83a7a2a502
Checker html/w3: Add support for SVG and XHTML
...
Apply the same changes that were applied to html/validator in
vim-syntastic/syntastic#2241 to w3/html so that it can be used to
validate SVG and XHTML as well.
Add support for `g:syntastic_{type}_w3_doctype` to control the doctype
POST parameter sent to the validator. This is necessary for SVG without
a DTD (which would otherwise be validated as generic XML) and useful for
all the types to control validation.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2019-01-30 12:39:40 -07:00
LCD 47
f6ec8a411a
Checker html/validator can be used for xhtml and svg.
2019-01-22 15:06:50 +02:00
LCD 47
0d25f4fb42
Manual: add links to "vim-puppet".
2018-11-25 00:20:07 +02:00
LCD 47
c04603e1fd
New checker for JavaScript and TypeScript: lynt.
2018-11-02 18:14:47 +02:00
LCD 47
89e485c7f8
Manual: update URL for foodcritic.
2018-10-18 10:57:25 +03:00
LCD 47
c779dbb607
Checker markdown/remark_lint: cleanup.
2018-08-27 08:04:25 +03:00
LCD 47
9e1b2a8620
Checker golangci_lint: cleanup.
2018-06-15 10:50:36 +03:00
elvis
6c262291a3
update doc
2018-06-15 15:17:57 +08:00
LCD 47
6d7c0b394e
Security: clear defaults for config file names (cf. #2170 ).
2018-04-17 08:56:58 +03:00
Sascha Peilicke
1e4ead8041
Fix typo in clang_tidy section
2018-01-12 15:02:11 +01:00
LCD 47
88dd65673a
Checker yarac: minor cleanup.
2017-12-22 08:21:49 +02:00
Albert Song
e888225518
Add yarac as yara rule syntax checker.
...
YARA is a widely used pattern matching tool in malware research.
yarac is the official compiler.
2017-12-21 17:02:26 +08:00
LCD 47
96cc251075
Manual: document checker html/stylelint.
2017-11-17 13:04:43 +02:00
LCD 47
8102624901
Manual: document checker less/stylelint.
2017-11-05 15:45:34 +02:00
LCD 47
b0e48d0f66
Checker solhint: cleanup.
2017-10-27 09:08:02 +03:00
Brett Sun
cac7fd3698
New checker for Solidity: solhint.
2017-10-27 09:03:28 +03:00
LCD 47
08adf11e81
Manual: document "exec" for checkstyle and scalastyle.
2017-10-10 09:53:07 +03:00
LCD 47
cd871da6b4
Checker chktex: avoid passing control characters under "cmd.exe".
2017-09-26 11:06:49 +03:00
Claudio Ramirez
026e09fbdf
New checker "perl6" for Perl 6.
2017-09-18 20:25:13 +03:00
LCD 47
2ac540a103
Checker sql/tsqllint: cleanup.
2017-09-15 21:31:17 +03:00
LCD 47
8577c8e28c
Manual: minor cleanup.
2017-09-13 13:15:27 +03:00
__
006ba6d8c4
PHPStan - require version 0.8.5 or higher
...
Version number is then correctly displayed by executables from composer.
https://github.com/phpstan/phpstan/issues/160#issuecomment-322040877
2017-09-09 21:34:25 +02:00
LCD 47
0858da63ec
Vue.js checkers: cleanup.
2017-09-02 07:41:39 +03:00
Pixelastic
281a6df78e
Adding pug_lint-vue as first Vue.JS checker
2017-09-01 23:52:37 +02:00
LCD 47
7dec59738b
Checker chktex: fix column handling.
2017-08-31 12:47:11 +03:00
Alexis Jeandeau
e0564fbe8d
syntastic-checkers.txt: fix typo (JSHint -> HTMLHint)
2017-08-25 00:14:12 +09:00
LCD 47
a835b0ada1
FAQ, manual: use the proper buzzwords for Ruby version managers. (@lloeki)
2017-08-07 11:48:49 +03:00
LCD 47
e1161a723a
Manual: add a note about "eslint --fix".
2017-07-07 18:41:14 +03:00
LCD 47
1c80cbd4b0
Checker coffee/coffee_jshint: cleanup.
2017-06-18 10:33:06 +03:00
talos
2f5c910ff6
Support coffeescript linting with coffee-jshint
2017-06-16 13:37:37 -07:00
LCD 47
5efeecece3
Manual: minor alignment fix.
2017-05-15 07:31:25 +03:00
Przepompownia
5209bed12f
New checker for PHP: phpstan.
2017-05-15 07:27:25 +03:00
LCD 47
e07319fd45
Manual: add a note about "vim-slim".
2017-05-10 08:47:42 +03:00
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
5687aad671
New checker cppclean for C/C++.
2017-04-25 19:38:07 +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
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