-
Notifications
You must be signed in to change notification settings - Fork 48
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
Implemented the post message cap to 500 characters #70
Conversation
Codecov Report
@@ Coverage Diff @@
## master #70 +/- ##
==========================================
+ Coverage 75.36% 75.65% +0.28%
==========================================
Files 17 17
Lines 759 768 +9
==========================================
+ Hits 572 581 +9
Misses 176 176
Partials 11 11
Continue to review full report at Codecov.
|
…limit-posts-message-length
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.
Seems to be all ok, i've check even if the vars in fmt.Sprintf()
matches the correct places.
I'd like to have @kwunyeung reviewing this PR too if possible 😄 |
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.
LGTM
Description
This PR allows to cap the post message length to 500 characters, fixing #67
Checklist
CHANGELOG.md
file.Files changed
in the Github PR explorer.