Skip to content

Commit

Permalink
Merge pull request #3462 from LocalOrbit/rubocop_config_changes
Browse files Browse the repository at this point in the history
updates rubocop config
  • Loading branch information
rbarreca authored Oct 18, 2018
2 parents cb5ab21 + 6af1eda commit 1ce69fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Layout/DefEndAlignment:

# Multi-line method chaining should be done with leading dots.
Layout/DotPosition:
EnforcedStyle: leading
EnforcedStyle: trailing
SupportedStyles:
- leading
- trailing
Expand Down Expand Up @@ -589,7 +589,7 @@ Layout/SpaceInsideArrayLiteralBrackets:
- no_space

Layout/SpaceInsideBlockBraces:
EnforcedStyle: space
EnforcedStyle: no_space
SupportedStyles:
- space
- no_space
Expand Down

0 comments on commit 1ce69fa

Please sign in to comment.