Skip to content

Commit

Permalink
Update src/elvis_style.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Paulo F. Oliveira <[email protected]>
  • Loading branch information
bormilan and paulo-ferraz-oliveira authored Oct 10, 2024
1 parent a186a41 commit 8a1d51a
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 @@ -97,7 +97,7 @@
"The code for function ~p/~w has ~p lines which exceeds the "
"maximum of ~p.").
-define(MAX_FUNCTION_CLAUSE_LENGTH,
"The code for the ~ts clause of function ~p/~w has ~p lines which exceeds the "
"The code for the ~ts clause of function ~p/~w has ~p lines which exceeds the "
"maximum of ~p.").
-define(NO_CALL_MSG, "The call to ~p:~p/~p on line ~p is in the no_call list.").
-define(NO_DEBUG_CALL_MSG, "Remove the debug call to ~p:~p/~p on line ~p.").
Expand Down

0 comments on commit 8a1d51a

Please sign in to comment.