.rubocop.yml in umbrellio-sequel-plugins-0.15.0.198 vs .rubocop.yml in umbrellio-sequel-plugins-0.16.0
- old
+ new
@@ -1,10 +1,13 @@
inherit_gem:
rubocop-config-umbrellio: lib/rubocop.yml
AllCops:
DisplayCopNames: true
- TargetRubyVersion: 2.7
+ TargetRubyVersion: 3.0
Naming/FileName:
Exclude:
- lib/umbrellio-sequel-plugins.rb
+
+RSpec/SpecFilePathFormat:
+ Enabled: false