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

Enable symmetrical braces for arrays and hashes #3085

Merged
merged 1 commit into from
Apr 27, 2016

Conversation

panthomakos
Copy link
Contributor

As discussed in #2914 this change enables
Style/MultilineArrayBraceLayout and Style/MultilineHashBraceLayout
with EnforcedStyle: symmetrical by default.

All existing RuboCop code has been auto-corrected.

@panthomakos panthomakos force-pushed the array-hash-symmetrical branch from 9c8ca47 to 4668e60 Compare April 26, 2016 22:08
@bbatsov
Copy link
Collaborator

bbatsov commented Apr 27, 2016

You'll have to rebase.

As discussed in rubocop#2914 this change enables
`Style/MultilineArrayBraceLayout` and `Style/MultilineHashBraceLayout`
with `EnforcedStyle: symmetrical` by default.

All existing RuboCop code has been auto-corrected.
@panthomakos panthomakos force-pushed the array-hash-symmetrical branch from 4668e60 to d269350 Compare April 27, 2016 04:18
@panthomakos
Copy link
Contributor Author

@bbatsov - rebased

@bbatsov bbatsov merged commit 1a70d6d into rubocop:master Apr 27, 2016
Neodelf pushed a commit to Neodelf/rubocop that referenced this pull request Oct 15, 2016
As discussed in rubocop#2914 this change enables
`Style/MultilineArrayBraceLayout` and `Style/MultilineHashBraceLayout`
with `EnforcedStyle: symmetrical` by default.

All existing RuboCop code has been auto-corrected.
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