.rubocop.yml in foyer-0.3.1 vs .rubocop.yml in foyer-0.4.0

- old
+ new

@@ -52,9 +52,12 @@ Style/SignalException: EnforcedStyle: semantic ##################### Metrics ################################## +Metrics/BlockLength: + Enabled: false + Metrics/LineLength: Max: 120 AllowURI: true Metrics/MethodLength: