6 Commits

Author SHA1 Message Date
Keith Smiley
06ece0e81e Update swiftlint syntastic plugin
A while ago I fixed being able to have numbers in env vars in syntastic,
so this now works as expected.
2017-01-19 18:26:17 -08:00
Keith Smiley
b73c0ba24d Only enable swiftlint checker with config file
This means that if you just have swiftlint installed, it won't be
enabled automatically. You either need a `.swiftlint.yml` or you need to
set `g:syntastic_swift_swiftlint_use_defaults` to 1 in your vimrc.
2016-06-04 15:43:18 -07:00
Keith Smiley
ae059d99e6 Add swiftlint syntastic checker 2016-06-04 15:27:40 -07:00
Keith Smiley
0d8ef6d688 Add syntastic syntax checker using swiftpm
This allows projects using swift package manager to get inline errors
with syntastic.

You can customize the main executable, or the arguments passed to it,
through global configuration variables.
2016-06-04 14:22:39 -07:00
Keith Smiley
3ef5669ce6 Remove Swift.vim syntastic checker
Unfortunately this really never worked. Since it doesn't know about
multiple files or frameworks the only time this would work is if you had
a single raw swift file. Until this is fixed it isn't worth havin.
2015-09-10 16:31:52 -07:00
Keith Smiley
b75c9d59d0 Add first syntastic checker 2014-12-09 11:53:14 -08:00