Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Commit

Permalink
Fix DataClump exclusion in reek configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Mar 18, 2013
1 parent 8b106f3 commit ea4b0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/reek.yml
Expand Up @@ -82,7 +82,7 @@ SimulatedPolymorphism:
max_ifs: 2 max_ifs: 2
DataClump: DataClump:
exclude: exclude:
- [replacement, rule] - Inflecto::Inflections
enabled: true enabled: true
max_copies: 2 max_copies: 2
min_clump_size: 2 min_clump_size: 2
Expand Down

0 comments on commit ea4b0ab

Please sign in to comment.