.rubocop.yml in thor-hollaback-0.2.0 vs .rubocop.yml in thor-hollaback-0.2.1

- old
+ new

@@ -1,6 +1,30 @@ AllCops: DisplayCopNames: true DisplayStyleGuide: true - TargetRubyVersion: 2.6 + TargetRubyVersion: 2.7 Exclude: - - 'vendor/**/*' + - '{tmp,vendor,yard}/**/*' + +Gemspec/RequiredRubyVersion: + Enabled: false + +Layout/LineLength: + Max: 80 + +Lint/AmbiguousBlockAssociation: + Enabled: false + +Naming/RescuedExceptionsVariableName: + Enabled: false + +Style/Documentation: + Enabled: false + +Style/FormatString: + EnforcedStyle: percent + +Style/FormatStringToken: + Enabled: false + +Style/PerlBackrefs: + Enabled: false