Skip to content

Commit

Permalink
Remove issues with nested iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroyasha committed Mar 25, 2017
1 parent a76381b commit c1783c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions config.reek
Expand Up @@ -2,10 +2,6 @@
IrresponsibleModule:
enabled: false

NestedIterators:
exclude:
- TestBoosters::CliParser#parse

FeatureEnvy:
enabled: false

Expand Down
1 change: 1 addition & 0 deletions lib/test_boosters/cli_parser.rb
Expand Up @@ -3,6 +3,7 @@ module CliParser
module_function

# :reek:TooManyStatements
# :reek:NestedIterators
def parse
options = {}

Expand Down

0 comments on commit c1783c6

Please sign in to comment.