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

Only check if descriptions *start with* FIXME/TODO #4841

Merged
merged 1 commit into from Sep 21, 2021

Conversation

duckinator
Copy link
Member

@duckinator duckinator commented Aug 13, 2021

Fixes #4808.

What was the end-user or developer problem that led to this PR?

RubyGems outright forbids the words "FIXME" or "TODO" in a gem description.

What is your fix for the problem, implemented in this PR?

I made RubyGems only check if the gem description starts with "FIXME" or "TODO".

Make sure the following tasks are checked

It doesn't make much sense to just forbid certain words in descriptions.
@duckinator
Copy link
Member Author

@bronzdoc @deivid-rodriguez I think this should be good to go now.

Copy link
Member

@deivid-rodriguez deivid-rodriguez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@deivid-rodriguez deivid-rodriguez merged commit 8721fe2 into rubygems:master Sep 21, 2021
@duckinator duckinator deleted the issue-4808 branch September 21, 2021 18:30
deivid-rodriguez added a commit that referenced this pull request Sep 22, 2021
Only check if descriptions *start with* FIXME/TODO

(cherry picked from commit 8721fe2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TODO should not be a forbidden word
5 participants