.rubocop.yml in junk_drawer-1.2.1 vs .rubocop.yml in junk_drawer-1.3.0
- old
+ new
@@ -3,10 +3,22 @@
AllCops:
DefaultFormatter: fuubar
TargetRubyVersion: 2.3
DisplayCopNames: true
+Lint/AmbiguousBlockAssociation:
+ Exclude:
+ - spec/**/*_spec.rb
+
+Metrics/AbcSize:
+ Exclude:
+ - lib/junk_drawer/rails/bulk_updatable.rb
+
+Metrics/MethodLength:
+ Exclude:
+ - lib/junk_drawer/rails/bulk_updatable.rb
+
Metrics/BlockLength:
Exclude:
- junk_drawer.gemspec
- spec/**/*_spec.rb
@@ -56,9 +68,14 @@
Style/OptionHash:
Enabled: true
Style/Send:
Enabled: true
+
+RSpec/FilePath:
+ IgnoreMethods: true
+ Exclude:
+ - spec/junk_drawer/rails/bulk_updatable_spec.rb
RSpec/VerifiedDoubles:
Enabled: true
# non-conventional rules