.rubocop.yml in rumble-0.1 vs .rubocop.yml in rumble-0.2

- old
+ new

@@ -4,18 +4,18 @@ - 'assets/**/*' DisplayCopNames: true TargetRubyVersion: 2.2 Metrics/CyclomaticComplexity: - Max: 10 + Max: 20 Metrics/MethodLength: Enabled: false Style/MultilineMethodCallIndentation: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: - Max: 50 + Max: 100 Metrics/PerceivedComplexity: - Max: 10 + Max: 20 Style/MultilineTernaryOperator: Enabled: false