trill-lang / trill

A type safe, compiled language inspired by (and written in) Swift
MIT License
275 stars 15 forks source link

Run SwiftLint on CI #60

Open segiddins opened 7 years ago

segiddins commented 7 years ago

If there are no objections, I'd like to run https://github.com/realm/SwiftLint on CI so the code adheres a bit better to a style guide of my choosing. Particularly one that bans trailing whitespace.

harlanhaskins commented 7 years ago

I'm down. We should run swift-format once before we do that though.

segiddins commented 7 years ago

(After running autocorrect to get things in good shape, and preferably merging all large outstanding PRs)