.rubocop.yml in rails-interactive-1.0.0 vs .rubocop.yml in rails-interactive-2.0.0

- old
+ new

@@ -9,5 +9,14 @@ Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 + +Style/Documentation: + Enabled: false + +Metrics/MethodLength: + Max: 12 + +Metrics/CyclomaticComplexity: + Max: 25 \ No newline at end of file