config/rubocop.yml in unasukecop-0.6.2 vs config/rubocop.yml in unasukecop-0.7.0

- old
+ new

@@ -74,11 +74,11 @@ Layout/DotPosition: EnforcedStyle: trailing # more short line length and compact diff when change method name # inherit from onkcop -Layout/IndentArray: +Layout/IndentFirstArrayElement: EnforcedStyle: consistent # same as reason of Style/IndentArray -Layout/IndentHash: +Layout/IndentFirstHashElement: EnforcedStyle: consistent