.rubocop.yml in fasten-0.5.4 vs .rubocop.yml in fasten-0.6.0

- old
+ new

@@ -12,5 +12,9 @@ - 'spec/**/*.rb' Metrics/AbcSize: Max: 17 Metrics/MethodLength: Max: 15 +Metrics/ParameterLists: + Max: 6 +Layout/AlignHash: + EnforcedHashRocketStyle: table