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

Rubocop: Fix Layout/IndentHeredoc issues #1215

Merged

Conversation

ChaoticBoredom
Copy link
Contributor

I removed the exclusionary line from the rubocop file, and then ran rubocop -a.
On visually inspecting the resulting output, I manually adjusted the offenses in lint_spec as the autocorrect did some weird things with it.
I also took a look at the Layout/SpaceInsideHashLiteralBraces TODO, and couldn't find the offense. Was it possibly fixed in a different PR? Can we remove that line from the rubocop file list?

@composerinteralia
Copy link
Collaborator

composerinteralia commented Oct 8, 2018

Yeah, that violation was probably removed as part of one of the other RuboCop PRs. Let's remove that TODO from the .rubocop.yml. Thanks for your help!

It also looks like we ended up with Metrics/LineLength in there twice, so feel free to remove the duplicate.

@composerinteralia composerinteralia merged commit 2995978 into thoughtbot:master Oct 8, 2018
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