Skip to content

Commit

Permalink
Update src/elvis_style.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Brujo Benavides <[email protected]>
  • Loading branch information
bormilan and elbrujohalcon authored Oct 10, 2024
1 parent 6348711 commit 68c8945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elvis_style.erl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
-hank([{unnecessary_function_arguments, [{no_init_lists, 3}]}]).

-define(NO_INIT_LISTS_MSG,
"Don't use a list as a parameter in 'init' function at position ~p.").
"Do not use a list as the parameter for the 'init' callback at position ~p.").
-define(INVALID_MACRO_NAME_REGEX_MSG,
"The macro named ~p on line ~p does not respect the format "
"defined by the regular expression '~p'.").
Expand Down

0 comments on commit 68c8945

Please sign in to comment.