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

Update rubocop #441

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Update rubocop #441

merged 1 commit into from
Jan 24, 2024

Conversation

jcoyne
Copy link
Contributor

@jcoyne jcoyne commented Jan 24, 2024

Why and what is being done.
Keep up to date with dependencies

Pre-Merge Checklist

  • CHANGELOG.md updated with short summary

@secret_key = ENV['RECAPTCHA_SECRET_KEY']
@site_key = ENV['RECAPTCHA_SITE_KEY']
@secret_key = ENV['RECAPTCHA_SECRET_KEY'] # rubocop:disable Style/FetchEnvVar
@site_key = ENV['RECAPTCHA_SITE_KEY'] # rubocop:disable Style/FetchEnvVar
Copy link
Collaborator

Choose a reason for hiding this comment

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

best disable this whole rule it's kinda annoying 🤷

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done and rebased.

@grosser
Copy link
Collaborator

grosser commented Jan 24, 2024

needs a conflict fix, otherwise 👍

@grosser grosser merged commit 08e2832 into ambethia:master Jan 24, 2024
6 of 7 checks 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