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

Refactor/remove cop patching #708

Merged
merged 3 commits into from
Apr 11, 2020
Merged

Refactor/remove cop patching #708

merged 3 commits into from
Apr 11, 2020

Conversation

luke-hill
Copy link
Contributor

Summary

Give us a base to work out what exactly needs fixing in one file and have a single source of truth

Details

Remove inline cop patching as it's a bit tricky to triage and work out what conflicts with what.

Motivation and Context

Allows us to refactor stuff down the line better

How Has This Been Tested?

Rubocop CI should still pass.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (cleanup of codebase without changing any existing functionality)
  • Update documentation

Checklist:

  • I've added tests for my code
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@luke-hill luke-hill requested a review from mvz March 18, 2020 13:52
@mvz
Copy link
Contributor

mvz commented Mar 18, 2020

In general, I'm all for moving all TODO items to .rubocop_todo.yml 👍.

However, due to the interaction of the LineLength cop with IfUnlessModifier we should keep LineLength at 150.

Perhaps once #693 is done that does not matter that much anymore.

@luke-hill
Copy link
Contributor Author

I'll fix that up in here once 693 is merged

luke-hill and others added 3 commits April 11, 2020 12:20
@mvz mvz force-pushed the refactor/remove_cop_patching branch from e121c54 to 3742815 Compare April 11, 2020 10:36
@mvz mvz merged commit 5caa1f8 into master Apr 11, 2020
@mvz mvz deleted the refactor/remove_cop_patching branch April 11, 2020 10:48
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