.rubocop.yml in attribute_extras-1.0.0 vs .rubocop.yml in attribute_extras-1.0.1

- old
+ new

@@ -1,9 +1,34 @@ AllCops: DisplayCopNames: true DisplayStyleGuide: true - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 Exclude: - 'vendor/**/*' + - 'yard/**/*' + +Gemspec/RequiredRubyVersion: + Enabled: false + +Layout/LineLength: + Max: 80 + +Lint/AmbiguousBlockAssociation: + Enabled: false + +Lint/MissingSuper: + Enabled: false + +Naming/RescuedExceptionsVariableName: + Enabled: false + +Style/Documentation: + Enabled: false + +Style/FormatString: + EnforcedStyle: percent + +Style/FormatStringToken: + Enabled: false Style/PerlBackrefs: Enabled: false