.rubocop.yml in rspec-sqlimit-0.0.2 vs .rubocop.yml in rspec-sqlimit-0.0.3
- old
+ new
@@ -1,21 +1,22 @@
---
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
StyleGuideCopsOnly: true
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.6
Exclude:
- spec/dummy/db/schema.rb
-
+ - vendor/bundle/**/*
+ - gemfiles/vendor/**/*
Metrics/ParameterLists:
Max: 5
Style/Alias:
Enabled: false
Style/ClassAndModuleChildren:
- EnforcedStyle: compact
+ Enabled: false
Style/FileName:
Enabled: false
Style/FrozenStringLiteralComment: