From 6348711663357c81a9ed69f4e21a5ca43600f1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=B3r=20Mil=C3=A1n?= <71042542+bormilan@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:44:34 +0200 Subject: [PATCH] Update doc_rules/elvis_style/no_init_lists.md Co-authored-by: Brujo Benavides --- doc_rules/elvis_style/no_init_lists.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc_rules/elvis_style/no_init_lists.md b/doc_rules/elvis_style/no_init_lists.md index bb9218b..26e54a1 100644 --- a/doc_rules/elvis_style/no_init_lists.md +++ b/doc_rules/elvis_style/no_init_lists.md @@ -3,8 +3,7 @@ This warns you if you use list as a parameter in an init function in a gen_* module. [Reasoning](https://erlangforums.com/t/args-in-gen-init-1/3169/4?u=elbrujohalcon) -> Works on `.beam` file? Not really! (it consumes results Ok, but these might be unexpected, since -the files are pre-processed) +> Works on `.beam` files? Yes! ## Options