liftoffcli / liftoff

CLI for creating and configuring new Xcode projects
MIT License
1.6k stars 106 forks source link

Adding SwiftLint feature. #288

Open ostanik opened 7 years ago

ostanik commented 7 years ago

Summary

Swift was growing a lot on community and with that, some good lint tools have been developed by the community, for example, the SwiftLint.

So, I think that implementing this integration is a great feature for Liftoff.

Feature

Creating integration with Swiftlint.

TODO

I'm not implementing tests for this feature I know that is a "must have" thing, but I really don't have the knowledge to perform that (I'm a beginner in ruby, sorry guys).