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

Avoid rubocop errors by skipping the version of rubocop with a bug #496

Merged
merged 1 commit into from Jun 14, 2021

Conversation

dylanahsmith
Copy link
Contributor

Problem

Rubocop 1.16.1 was released a couple of days ago, which introduced errors in CI (e.g. failing build https://github.com/Shopify/identity_cache/runs/2796385731)

Solution

I tested on the previous release of rubocop (1.16.0) and it didn't have the problem. I also tested against rubocop master and it was fixed there (specifically by ttps://github.com/rubocop/rubocop/pull/9862). So we can just skip the rubocop version with the bug until the next release.

@dylanahsmith dylanahsmith merged commit ef855f9 into master Jun 14, 2021
@dylanahsmith dylanahsmith deleted the skip-rubocop-version-with-bug branch June 14, 2021 20:44
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.

None yet

3 participants