Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swiftlint autocorrect #163

Merged
merged 4 commits into from
Mar 31, 2016
Merged

Swiftlint autocorrect #163

merged 4 commits into from
Mar 31, 2016

Conversation

shnhrrsn
Copy link
Member

Pending #162

static func withBytes(bytes: ArraySlice<UInt8>) -> Int {
return Int.withBytes(Array(bytes))
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why all the spacing commits?

@loganwright
Copy link
Member

Looks good to me, I'd prefer to remove the whitespace additions, but I'm not sure it's worth it. I know Xcode will move them back if someone is in the file area and formats.

Happy to have some enforced linting!!!

:shipit: from me

@shnhrrsn
Copy link
Member Author

@loganwright once we turn on houndci (see #162) if anyone screws up, the hound bot will comment in the PR to let you know and the test will fail, so that should protect us from this moving forward.

Everyone should probably turn this on in Xcode though:

@tanner0101 tanner0101 merged commit 214b741 into master Mar 31, 2016
@tanner0101 tanner0101 deleted the swiftlint-autocorrect branch March 31, 2016 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants