From adc0bc54c6c571d2c8f2d912159e280481315135 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, 5 Dec 2024 15:49:53 +0100 Subject: [PATCH] Update doc_rules/elvis_style/atom_naming_convention.md Co-authored-by: Brujo Benavides --- doc_rules/elvis_style/atom_naming_convention.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_rules/elvis_style/atom_naming_convention.md b/doc_rules/elvis_style/atom_naming_convention.md index 72e2ade..0268e15 100644 --- a/doc_rules/elvis_style/atom_naming_convention.md +++ b/doc_rules/elvis_style/atom_naming_convention.md @@ -6,7 +6,7 @@ All atoms should be named according to the regular expression provided. Except if it matches with a defined `forbidden_regex`. Atoms enclosed in apostrophes have special meaning and are thus handled by a different configuration option (use `same` if you want the same value as `regex`). -For enclosed atoms we defined a different forbidden regex, called `forbidden_enclosed_regex`. +To define forbidden enclosed atoms (like the ones in `forbidden_regex` apply for `regex`), use `forbidden_enclosed_regex`. > Works on `.beam` file? Yes!