.rubocop.yml in minitest-keyword-1.0.0 vs .rubocop.yml in minitest-keyword-1.0.1
- old
+ new
@@ -1,6 +1,33 @@
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
+
+Style/SlicingWithRange:
+ Enabled: false