elvis icon indicating copy to clipboard operation
elvis copied to clipboard

the default atom_naming_convention is too strict

Open zhongwencool opened this issue 2 years ago • 2 comments

crypto:hash(sha3_256, Bin)

https://www.erlang.org/doc/man/crypto.html#type-cipher the _xxx xxx is a digit number should be allowed.

zhongwencool avatar Nov 08 '21 14:11 zhongwencool

Not a bad idea. We'll likely accept a PR that allows numbers in atoms as long as the atom doesn't just contain numbers.

elbrujohalcon avatar Nov 08 '21 14:11 elbrujohalcon