Skip to content

Commit

Permalink
add same to the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bormilan committed Dec 5, 2024
1 parent 86794b2 commit 1802540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_rules/elvis_style/atom_naming_convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ use `forbidden_enclosed_regex`(use `same` if you want the same value as `forbidd

- `regex :: string()`.
- default: `"^([a-z][a-z0-9]*_?)*(_SUITE)?$"`.
- `enclosed_atoms :: string()`.
- `enclosed_atoms :: string() | same`.
- default: `".*"`.
- `forbidden_regex :: string() | undefined`.
- default: `undefined`.
- `forbidden_enclosed_regex :: string() | undefined`.
- `forbidden_enclosed_regex :: string() | undefined | same`.
- default: `undefined`.

## Example
Expand Down

0 comments on commit 1802540

Please sign in to comment.