Skip to content

Commit

Permalink
add no_init_lists_config type
Browse files Browse the repository at this point in the history
  • Loading branch information
bormilan committed Oct 18, 2024
1 parent 63aef9b commit 02881b8
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 @@ -29,7 +29,7 @@
no_import_config/0, no_catch_expressions_config/0, numeric_format_config/0,
no_single_clause_case_config/0, consistent_variable_casing_config/0,
no_match_in_condition_config/0, behaviour_spelling_config/0,
param_pattern_matching_config/0, private_data_type_config/0]).
param_pattern_matching_config/0, private_data_type_config/0, no_init_lists_config/0]).

-define(NO_INIT_LISTS_MSG,
"Do not use a list as the parameter for the 'init' callback at position ~p.").
Expand Down

0 comments on commit 02881b8

Please sign in to comment.