summaryrefslogtreecommitdiff
path: root/ale_linters/swift/swiftlint.vim
blob: b7dcf935bd992b92047ea8fc8cebeefb37c69df7 (plain)
1
2
3
4
5
6
7
8
9
" Author: David Mohundro <david@mohundro.com>
" Description: swiftlint for swift files

call ale#linter#Define('swift', {
\   'name': 'swiftlint',
\   'executable': 'swiftlint',
\   'command': 'swiftlint lint --use-stdin',
\   'callback': 'ale#handlers#gcc#HandleGCCFormat',
\})