.rubocop.yml in streamlined-0.3.0 vs .rubocop.yml in streamlined-0.3.1
- old
+ new
@@ -5,11 +5,11 @@
inherit_gem:
rubocop-bridgetown: .rubocop.yml
AllCops:
- TargetRubyVersion: 3.0
+ TargetRubyVersion: 3.1
NewCops: enable
Exclude:
- .gitignore
- .rubocop.yml
@@ -42,9 +42,12 @@
- test/**/*.rb
Metrics/MethodLength:
Exclude:
- test/**/*.rb
+
+Naming/BlockForwarding:
+ Enabled: false
# Disabled to aid in template readability
Style/NestedParenthesizedCalls:
Enabled: false