-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update project configuration #9
Conversation
if let cell = dequeueReusableCell(withReuseIdentifier: type.reuseIdentifier, for: indexPath) as? T { | ||
return cell | ||
} else { | ||
return type.init() | ||
} | ||
} | ||
|
||
func dequeueReusableSupplementaryView<T: UICollectionReusableView>(type: T.Type = T.self, ofKind kind: String, for indexPath: IndexPath) -> T where T: Reusable { | ||
func dequeueReusableSupplementaryView<T: UICollectionReusableView>(type: T.Type = T.self, ofKind kind: String, for indexPath: IndexPath) -> T { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line Length Violation: Line should be 120 characters or less: currently 145 characters (line_length)
Generated by 🚫 Danger |
Codecov Report
|
1 similar comment
Codecov Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bcylin! This is huge and resolved several outdated configs.
This PR separates the changes of project config from #8.
It updates Gems and fixes SwiftLint warnings, getting prepared for the migration to Swift 5. CocoaPods is locked at 1.3.1 with Xcode 9.2 to keep the CI running. #trivial
Subsequent updates: