-
Notifications
You must be signed in to change notification settings - Fork 56
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
Wrap words for better readability #112
Conversation
@@ -2,6 +2,13 @@ import Foundation | |||
import MetricKit | |||
|
|||
protocol Loggable { | |||
|
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.
⚠️ Lines should not have trailing whitespace. (trailing_whitespace
)
} else { | ||
return message.data(using: .utf8) | ||
} | ||
} | ||
|
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.
⚠️ Lines should not have trailing whitespace. (trailing_whitespace
)
Code Coverage Report
Generated by 🚫 Danger Swift against f3ccc5c |
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.
There are some SwiftLint warnings, but yeah code looks good to me
Yes, fixed them in the other PR! |
Congratulations! 🎉 This was released as part of Release 3.0.0 🚀 Generated by GitBuddy |
Long text would not easily be readable since it requires us to scroll horizontally. This is a quick win that will improve readability