Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
bormilan committed Oct 7, 2024
1 parent e471724 commit f8dec95
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/style_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1437,13 +1437,9 @@ verify_no_init_lists(Config) ->

FailPath = "fail_verify_no_init_lists." ++ Ext,

[#{message := M, info := I}] =
[_] =
elvis_core_apply_rule(Config, elvis_style, no_init_lists, #{}, FailPath),

io:format(user, "-------------------~n", []),
io:format(user, M, I),
io:format(user, "-------------------~n", []),

PassPath = "pass_verify_no_init_lists." ++ Ext,

[] = elvis_core_apply_rule(Config, elvis_style, no_init_lists, #{}, PassPath).
Expand Down

0 comments on commit f8dec95

Please sign in to comment.