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

Fix issue with adding random suffix to headers #3

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

k-taro56
Copy link
Contributor

@k-taro56 k-taro56 commented Apr 2, 2024

This pull request fixes an issue where a random suffix was being added to headers. The issue was caused by a missing check for the "no_suffix" option in the headers. This PR adds the necessary check to ensure that the random suffix is only added when the "no_suffix" option is not present.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @k-taro56 - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Docstrings: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

@misaelnieto misaelnieto merged commit ae3206b into misaelnieto:main Apr 8, 2024
1 check passed
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.

2 participants