No Author

View Source
The use of attribute -author(_) should be avoided.
Avoid
-author("john.doe@ericsson.com").Prefer
% nothing to replace it withRationale
In modern Erlang, this practice serves no specific purpose.
Reference
the custom of adding an
authorattribute came from Ericsson with the intention to help operations/testers to call/notify the right developers when a crash happened.
Options
- None.
Example configuration
{elvis_style, no_author, #{}}