Logo
Explore Help
Sign In
hasufell/ale
1
0
Fork 0
You've already forked ale
Code Issues Pull Requests Releases Wiki Activity
Files
d5c135cfaff0568717ec9e4e0dab5d37e8a12921
ale/ale_linters/swift/swiftlint.vim

10 lines
279 B
VimL
Raw Normal View History

Add support for Swift with swiftlint (#214) * Add support for swift with swiftlint * Fix issue by adding '.swift' file extension
2016-12-13 09:28:20 -06:00
" Author: David Mohundro <david@mohundro.com>
" Description: swiftlint for swift files
Fix SwiftLint 1. Should be defined for 'swift' files, not 'swiftlint'. 2. Use `--use-stdin` option instead of the stdin-wrapper.
2017-01-15 16:01:35 +01:00
call ale#linter#Define('swift', {
Add support for Swift with swiftlint (#214) * Add support for swift with swiftlint * Fix issue by adding '.swift' file extension
2016-12-13 09:28:20 -06:00
\ 'name': 'swiftlint',
\ 'executable': 'swiftlint',
Fix SwiftLint 1. Should be defined for 'swift' files, not 'swiftlint'. 2. Use `--use-stdin` option instead of the stdin-wrapper.
2017-01-15 16:01:35 +01:00
\ 'command': 'swiftlint lint --use-stdin',
#392 Report errors inside of headers, in a very basic way
2017-04-11 20:32:57 +01:00
\ 'callback': 'ale#handlers#gcc#HandleGCCFormat',
Add support for Swift with swiftlint (#214) * Add support for swift with swiftlint * Fix issue by adding '.swift' file extension
2016-12-13 09:28:20 -06:00
\})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 299ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API