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 CI which is broken on master #115

Merged
merged 2 commits into from
Feb 26, 2020
Merged

Fix CI which is broken on master #115

merged 2 commits into from
Feb 26, 2020

Conversation

kytrinyx
Copy link
Contributor

@kytrinyx kytrinyx commented Feb 26, 2020

This is not anyone's fault. It is just the
passage of time, and general code rot. Or, maybe
it's just dependency management hell. Not sure anymore.

CI on master was failing due to rubocop errors, and also there were a
number of noisy warnings.

This:

  • fixes the rubocop config for cops that have been renamed upstream
  • adds missing cops that rubocop was complaining about (enabled: false)
  • updates the targeted version to a supported Ruby
  • deletes duplicate cops
  • fixes an incorrectly namespaced cop

And then finally I ran rubocop with autocorrect to fix the various
complaints that it had about the codebase.

Once that was fixed CI started failing because of an outdated
CDN IP list, so I fixed that again.

At that point, CI seemed happy, but there were still warnings locally, so I went ahead and fixed that as well. Update: 2.4 choked on the fix. Took it off.

Katrina Owen added 2 commits February 26, 2020 09:17
CI on master was failing due to rubocop errors, and also
there were a number of noisy warnings.

This:
- fixes the rubocop config for cops that have been renamed upstream
- adds missing cops that rubocop was complaining about (enabled: false)
- updates the targeted version to a supported Ruby
- deletes duplicate cops
- fixes an incorrectly namespaced cop

And then finally I ran rubocop with autocorrect to fix the various
complaints that it had about the codebase.
@kytrinyx kytrinyx merged commit 3c2956b into master Feb 26, 2020
@kytrinyx kytrinyx deleted the fix-ci branch February 26, 2020 20:32
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