Skip to content

Commit b0ab808

Browse files
committed
Disable Style/RedundantSelf
1 parent 668be98 commit b0ab808

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.rubocop_todo.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ Style/PerlBackrefs:
3232
# http://batsov.com/articles/2014/02/04/the-elements-of-style-in-ruby-number-12-proc-vs-proc-dot-new/
3333
Style/Proc:
3434
Enabled: false
35+
36+
# disabled due to bug in rubocop
37+
# fix should be in the next version
38+
# https://github.com/rubocop-hq/rubocop/pull/7356
39+
Style/RedundantSelf:
40+
Exclude:
41+
- 'spec/rspec/rails/assertion_delegator_spec.rb'
42+
- 'spec/spec_helper.rb'

0 commit comments

Comments
 (0)