Sha256: 6b70dbbec6648b20882f59a249684f0802246bfb636cfaabb46d88b32f416ee2
Contents?: true
Size: 787 Bytes
Versions: 216
Compression:
Stored size: 787 Bytes
Contents
# xSwift [Exercism](http://exercism.io) exercises in Swift ## Contributing Guide Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data) ## Swift Track We use Travis CI to automatically run all the unit tests on the code that is going to be checked in. In addition we also have [SwiftLint](https://github.com/realm/SwiftLint) set up to make sure that the code is consistent across all exercises. Please run `swiftlint autocorrect --format` on your code before submitting a PR. Check the travis file to see which version of swift we are testing against. Make sure all the tests pass locally using the swift package manager. Keep in mind that we support Linux so the tests need to also pass on linux on Travis.
Version data entries
216 entries across 216 versions & 1 rubygems