.rubocop.yml in humanize-2.5.1 vs .rubocop.yml in humanize-3.0.0
- old
+ new
@@ -1,6 +1,13 @@
AllCops:
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 3.1
+ NewCops: enable
+
+Metrics/CollectionLiteralLength:
+ Enabled: false
+
+Gemspec/DevelopmentDependencies:
+ Enabled: false
Style/StringLiterals:
Enabled: false
Style/FrozenStringLiteralComment: