Think about adding to `no_call` or somewhere similar: * `maps:put/3` * `maps:update/3` * `string:equal/2` * `string:concat/2` * `string:is_empty/1` * `lists:append/2` * `ets:lookup/2` * `lists:map/2` As better alternatives exist for these, and more idiomatic, too.
Think about adding to
no_callor somewhere similar:maps:put/3maps:update/3string:equal/2string:concat/2string:is_empty/1lists:append/2ets:lookup/2lists:map/2As better alternatives exist for these, and more idiomatic, too.