From 02881b8b888279d8df52ffc7b2d36cae958aa61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mil=C3=A1n=20B=C3=B3r?= Date: Fri, 18 Oct 2024 17:36:36 +0200 Subject: [PATCH] add no_init_lists_config type --- src/elvis_style.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elvis_style.erl b/src/elvis_style.erl index f53d3b2..94d2758 100644 --- a/src/elvis_style.erl +++ b/src/elvis_style.erl @@ -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.").