Skip to content

Commit

Permalink
[#263] Increase min_complexity for DRY
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Aug 31, 2015
1 parent 6fe583d commit 3a4ce04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elvis.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{elvis_style, state_record_and_type},
{elvis_style, no_spec_with_records},
{elvis_style, dont_repeat_yourself, #{min_complexity => 10}}
{elvis_style, dont_repeat_yourself, #{min_complexity => 20}}
]
},
#{dirs => ["."],
Expand Down

0 comments on commit 3a4ce04

Please sign in to comment.