.rubocop.yml in sequel-batches-1.0.1 vs .rubocop.yml in sequel-batches-1.1.0
- old
+ new
@@ -1,9 +1,18 @@
inherit_gem:
rubocop-config-umbrellio: lib/rubocop.yml
AllCops:
DisplayCopNames: true
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.6
+ Include:
+ - lib/**/*.rb
+ - spec/**/*.rb
+ - Gemfile
+ - Rakefile
+ - sequel-batches.gemspec
+
+Layout/LineLength:
+ Max: 120
Naming/MethodParameterName:
Enabled: false