LCD 47
1ae5589f95
Javac checker: attempt at fixing errorformat.
2015-08-06 18:23:05 +03:00
LCD 47
3fb8281a6d
Bug fix: missing a couple of executable() checks.
2015-08-06 08:27:42 +03:00
LCD 47
748725c775
Tslint checker: version 2.4.0 and later no longer support "-f".
2015-08-04 23:43:28 +03:00
LCD 47
bfc55793ef
ESLint checker: line numbers are now 1-based.
2015-07-30 08:22:30 +03:00
LCD 47
9d69f4c162
Qmllint checker: cleanup.
2015-07-28 12:37:07 +03:00
Peter Wu
6ff7c89348
New checker for qml: qmllint
2015-07-28 10:37:55 +02:00
LCD 47
edde4c5ed5
New checker for stylus: stylint.
2015-07-25 16:54:14 +03:00
LCD 47
a6012f2b4c
Move floating point functions to autoload.
2015-07-21 10:01:28 +03:00
LCD 47
6929f24e45
Flog checker: cleanup.
2015-07-19 18:33:36 +03:00
Pixelastic
5db87b9ec8
Add ruby flog checker
2015-07-17 18:09:05 +02:00
LCD 47
76ec53f186
Sqlint checker now returns 1 when it detects errors.
2015-07-17 00:37:16 +03:00
LCD 47
d353962861
Sqlint checker: add highlighting function.
2015-07-16 09:53:06 +03:00
LCD 47
1e475a7df5
Sqlint checker: cleanup.
2015-07-16 09:05:19 +03:00
Steve Purcell
125ce327ef
Add checker for sqlint ( https://github.com/purcell/sqlint )
2015-07-16 14:12:06 +12:00
LCD 47
74fd7e6b92
Show chacker output when whining that we can't parse version string.
2015-07-10 20:14:23 +03:00
LCD 47
a596ef38bd
Gfortran checker: fix errorformat for gfortran 5.
2015-07-05 07:11:01 +03:00
LCD 47
4708cdd122
Add a mechanism for handling checkers disabled for security.
2015-07-01 10:56:09 +03:00
LCD 47
d75f3e5e8e
Buffer-local security guards for perl/perl, elixirelixir, and r/svtools.
2015-07-01 01:22:41 +03:00
Radek Szymczyszyn
0154e9d096
Translate relative paths from non-root rebar.config files
2015-06-29 15:36:43 +02:00
LCD 47
31cba018b3
Safety net: avoid suffixesadd interfering with findfile().
2015-06-26 07:28:50 +03:00
LCD 47
176e32ca4d
Cleanup.
2015-06-26 07:01:05 +03:00
LCD 47
c9fc0d41e7
Checker javac: _really_ fix shell escaping in custom_classpath_command.
2015-06-25 23:21:47 +03:00
LCD 47
dc15fa08c5
Checker javac: fix shell escaping in custom_classpath_command.
2015-06-25 19:09:46 +03:00
LCD 47
c39563d95b
Checker javac: cleanup.
2015-06-25 16:27:58 +03:00
LCD 47
ec9da67323
Merge remote-tracking branch 'origin/pr/1456'
2015-06-25 16:22:01 +03:00
LCD 47
dbb28cd847
Ada checker: disable generation of intermediate files.
2015-06-25 10:59:00 +03:00
Ryan Turner
8269ba278d
Basic path substitution for g:syntastic_java_javac_custom_classpath_command
...
Allows '%FILE_PATH%', '%FILE_NAME%' and '%FILE_DIR%' to be used in the
Java custom classpath command to refer to the full file path, the file
basename, and the file directory, respectively.
2015-06-24 18:12:30 -07:00
LCD 47
56e19eb81a
Sphinx checker: update maintainer's address.
2015-06-24 21:25:13 +03:00
LCD 47
131ec84e61
New checker for reStructuredText: sphinx.
2015-06-24 11:00:58 +03:00
LCD 47
e46c64701c
Bug fix: more findfile() fun.
2015-06-23 13:55:22 +03:00
LCD 47
a728268d73
Bug fix: finding files in parent directories.
...
Checkers pc_lint, javac, flow, C compilers: findfile() should start in
the current file's base directory rather than the current directory.
Elixir checker: use the more efficient findfile() instead of
syntastic#util#findInParent().
2015-06-22 23:10:20 +03:00
LCD 47
98e79d85f0
Nix checker: cleanup.
2015-06-20 12:32:55 +03:00
Tim Cuthbertson
c840655d13
Add support for .nix files
2015-06-20 19:06:53 +10:00
LCD 47
b609b3bdd3
Checker ghc-mod: attempt to fix filename encodings.
...
ghc-mod will always use UTF-8 encoding on output, regardless of the
current encoding. This is a problem for syntastic because it mangles
the filenames. The commit below is a (perhaps misguided) attempt to
fix that, by calling iconv() to re-encode output from ghc-mod to Vim's
encoding.
2015-06-18 13:27:41 +03:00
LCD 47
b8682c3029
Merge remote-tracking branch 'origin/pr/1447'
2015-06-12 13:29:56 +03:00
Rob Ashton
3dda9b833c
Apps should be used for include_lib too
2015-06-12 11:15:14 +01:00
LCD 47
0470fff0c5
Checker python/pylama: add option "--force".
2015-06-03 08:13:50 +03:00
LCD 47
e15ebd3367
Go checker: no longer attempt to redirect output of "go build".
...
Running "go build -o /dev/null" in a main package that lives in GOPATH
produces an error message:
build output "/dev/null" already exists and is not an object file
This issue won't be addressed on the Go side:
http://code.google.com/p/go/issues/detail?id=4851
https://github.com/golang/go/issues/4851
Consequently, syntastic leaves this to the user to resolve. Set
g:syntastic_go_go_build_args to something including "-o /some/dir"
to redirect the output of "go build".
2015-06-03 07:42:19 +03:00
Lucas Verney
a7fde99ea9
Add support for Vera++ C++ checker
...
This commit adds support for Vera++ C++ style checker, using its ability to export to cppstyle format, and then based on the checkstyle checker.
2015-05-26 15:44:02 +02:00
LCD 47
981196fdc3
Flow checker: use the "status" command.
2015-05-19 23:01:39 +03:00
LCD 47
5dba05af4f
Bashate: make errorformat more permissive.
2015-05-09 12:25:58 +03:00
LCD 47
48b75c455a
Tslint is a style checker.
2015-05-09 07:27:20 +03:00
LCD 47
a8771fe6b7
Puppet-lint checker: --log-format now expects %{line}.
2015-05-06 16:14:58 +03:00
LCD 47
9af644dace
Remove comments from the tidy checker.
...
This is supposed to encourage people to go to the wiki when looking for
user-level documentation. It also removes outdated links.
2015-04-24 23:40:17 +03:00
LCD 47
615c890e71
Gfortran checker: bug fix: column handling and sorting for ifort.
2015-04-16 23:06:15 +03:00
LCD 47
b152ac3db3
The gfortran checker now supports Intel Fortran.
...
It's now possible to set g:syntastic_fortran_compiler to 'ifort' to use
Intel Fortran instead of GNU Fortran.
2015-04-15 14:29:40 +03:00
LCD 47
fe436371b4
Checker tsc: version 1.5 has option "--noEmit".
2015-04-11 14:31:52 +03:00
Scott Stevenson
710a854f6a
Remove shellcheck checker for zsh
...
zsh support has been removed from ShellCheck as of
[v0.3.6](https://github.com/koalaman/shellcheck/releases/tag/v0.3.6 ).
2015-04-02 22:20:10 +01:00
LCD 47
ebfba7ec3d
Puppet-lint no longer requires puppet.
2015-04-01 08:55:08 +03:00
LCD 47
dac07db617
Cleanup: shut up most vint warnings.
2015-03-25 18:44:34 +02:00