.rubocop.yml in cat_ipsum-0.2.1 vs .rubocop.yml in cat_ipsum-0.2.2

- old
+ new

@@ -1,12 +1,19 @@ Metrics/LineLength: Max: 120 +Metrics/BlockLength: + Exclude: + - spec/* + Style/Documentation: Enabled: false Style/GuardClause: Exclude: - cat_ipsum.gemspec Style/FrozenStringLiteralComment: + Enabled: false + +Style/ModuleFunction: Enabled: false