.rubocop.yml in shale-builder-0.1.3 vs .rubocop.yml in shale-builder-0.1.9
- old
+ new
@@ -1,5 +1,16 @@
inherit_gem:
rubocop-espago: rubocop.yml
AllCops:
- TargetRubyVersion: 3.0
+ TargetRubyVersion: 3.1
+ Exclude:
+ - lib/tapioca/**/*.rb
+
+Style/DocumentationMethod:
+ Enabled: false
+
+Style/TrailingCommaInArguments:
+ Enabled: false
+
+Naming/BlockForwarding:
+ Enabled: false