Skip to content

Wrap words for better readability#112

Merged
AvdLee merged 1 commit intomasterfrom
feature/better-spacing
Feb 15, 2022
Merged

Wrap words for better readability#112
AvdLee merged 1 commit intomasterfrom
feature/better-spacing

Conversation

@AvdLee
Copy link
Owner

@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

@AvdLee AvdLee self-assigned this Feb 9, 2022
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)

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

@AvdLee AvdLee requested a review from kevinrenskers February 15, 2022 12:52
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
Owner 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