We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668be98 commit b0ab808Copy full SHA for b0ab808
.rubocop_todo.yml
@@ -32,3 +32,11 @@ Style/PerlBackrefs:
32
# http://batsov.com/articles/2014/02/04/the-elements-of-style-in-ruby-number-12-proc-vs-proc-dot-new/
33
Style/Proc:
34
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