Skip to content

Commit

Permalink
Stop reek from complaining about putting iteration code into lambda
Browse files Browse the repository at this point in the history
… definitions.
  • Loading branch information
arthurschreiber committed Aug 31, 2017
1 parent 8742dda commit 138bdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/reek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NestedIterators:
enabled: true
exclude: []
max_allowed_nesting: 1
ignore_iterators: []
ignore_iterators: [lambda]
NilCheck:
enabled: true
exclude: []
Expand Down

0 comments on commit 138bdd8

Please sign in to comment.