From 43bb5fe9c149b731a78ecd89140103e26dc712db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=B3r=20Mil=C3=A1n?= <71042542+bormilan@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:50:49 +0100 Subject: [PATCH] Update doc_rules/elvis_style/module_naming_convention.md Co-authored-by: Paulo F. Oliveira --- doc_rules/elvis_style/module_naming_convention.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_rules/elvis_style/module_naming_convention.md b/doc_rules/elvis_style/module_naming_convention.md index 72550c1..d9340e6 100644 --- a/doc_rules/elvis_style/module_naming_convention.md +++ b/doc_rules/elvis_style/module_naming_convention.md @@ -1,7 +1,7 @@ # Module Naming Convention -All modules should be named according to the regular expression provided. -Except if it matches with a defined `forbidden_regex`. +All modules should be named according to the provided regular expression, +except if they match with a defined `forbidden_regex`. > Works on `.beam` file? Yes!