Skip to content

Commit

Permalink
[#153] Fix elvis comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Aug 28, 2015
1 parent 1da6994 commit 4bc0a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/style_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,11 @@ verify_max_function_length(_Config) ->
PathFail = "fail_max_function_length.erl",
{ok, FileFail} = elvis_test_utils:find_file(SrcDirs, PathFail),
RuleConfig = #{max_length => 4},
[_, _, _] =
[_, _, _] =
elvis_style:max_function_length(ElvisConfig, FileFail, RuleConfig),

RuleConfig1 = #{max_length => 9},
[_, _] =
[_, _] =
elvis_style:max_function_length(ElvisConfig, FileFail, RuleConfig1),

RuleConfig2 = #{max_length => 14},
Expand Down

0 comments on commit 4bc0a52

Please sign in to comment.