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

Wrap words for better readability #112

Merged
merged 1 commit into from
Feb 15, 2022
Merged

Wrap words for better readability #112

merged 1 commit into from
Feb 15, 2022

Conversation

AvdLee
Copy link
Contributor

@AvdLee AvdLee commented Feb 9, 2022

Long text would not easily be readable since it requires us to scroll horizontally. This is a quick win that will improve readability

image

@@ -2,6 +2,13 @@ import Foundation
import MetricKit

protocol Loggable {

Copy link
Collaborator

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)
}
}

Copy link
Collaborator

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)

@wetransferplatform
Copy link
Collaborator

Fails
🚫 Testing cancelled because the build failed.
🚫 Some model objects have unexpectedly changed since the build was started. Please try again.
🚫 Build service could not create build operation: internal error: could not generate PIF because the workspace has not finished loading or is still waiting for package resolution
Warnings
⚠️

Sources/Logging/Loggable.swift#L8 - Lines should not have trailing whitespace. (trailing_whitespace)

⚠️

Sources/Logging/Loggable.swift#L11 - Lines should not have trailing whitespace. (trailing_whitespace)

Messages
📖

View more details on Bitrise

Code Coverage Report

Name Coverage

Generated by 🚫 Danger Swift against f3ccc5c

Copy link
Contributor

@kevinrenskers kevinrenskers left a 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

@AvdLee
Copy link
Contributor Author

AvdLee commented Feb 15, 2022

There are some SwiftLint warnings, but yeah code looks good to me

Yes, fixed them in the other PR!

@AvdLee AvdLee merged commit 0aa85f4 into master Feb 15, 2022
@AvdLee AvdLee deleted the feature/better-spacing branch February 15, 2022 12:57
@wetransferplatform
Copy link
Collaborator

Congratulations! 🎉 This was released as part of Release 3.0.0 🚀

Generated by GitBuddy

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.

4 participants