sauliusgrigaitis / Swifton

A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X
MIT License
1.97k stars 69 forks source link

Add SwiftLint #33

Closed dostu closed 8 years ago

dostu commented 8 years ago

We need to enforce clean code.

Add SwiftLint to automatically check code style.

sauliusgrigaitis commented 8 years ago

@weby thanks! We need to not run linter on Linux https://docs.travis-ci.com/user/multi-os/

dostu commented 8 years ago

Changed travis config to only run SwiftLint on OSX.

sauliusgrigaitis commented 8 years ago

@weby nice!