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.