Skip to content

Commit

Permalink
Disable Layout/RescueEnsureAlignment
Browse files Browse the repository at this point in the history
Closes #16
  • Loading branch information
denzelem committed Feb 13, 2020
1 parent 348c79c commit 015b818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Compatible changes

- Temporary disable `Layout/RescueEnsureAlignment` again, rubocop-hq/rubocop#6771 seems not to have fixed the issue
in our 4.0.0 release.

## 4.2.0 - 2020-01-02

Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ Layout/MultilineOperationIndentation:

Layout/RescueEnsureAlignment:
Description: 'Align rescues and ensures correctly.'
Enabled: true
Enabled: false # Temporary disable this cop again #16, rubocop-hq/rubocop#6771 seems not have fixed the issue
VersionAdded: '0.49'

Layout/SpaceAfterColon:
Expand Down

0 comments on commit 015b818

Please sign in to comment.