Skip to content

Commit

Permalink
Disable the IndexedLet Cop - not clear it adds value (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored May 11, 2023
1 parent 7ad87e7 commit e13b65f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ Style/Documentation:
RSpec/ExampleLength:
Enabled: false

RSpec/IndexedLet:
Enabled: false

RSpec/MultipleExpectations:
Enabled: false

RSpec/MultipleMemoizedHelpers:
Enabled: false

RSpec/NestedGroups:
Enabled: false
Enabled: false

0 comments on commit e13b65f

Please sign in to comment.