.rubocop.yml in fasten-0.10.0 vs .rubocop.yml in fasten-0.12.0

- old
+ new

@@ -19,12 +19,14 @@ - 'lib/fasten/ui/curses.rb' Style: Exclude: - 'lib/fasten/ui/curses.rb' Metrics/AbcSize: - Max: 17 + Max: 25 Metrics/MethodLength: Max: 15 Metrics/ParameterLists: Max: 8 Layout/AlignHash: EnforcedHashRocketStyle: table +Style/FormatStringToken: + Enabled: false