We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The erlang:binary_to_list/1 function is being used here but unicode:characters_to_list/1 should be used.
erlang:binary_to_list/1
unicode:characters_to_list/1
The text was updated successfully, but these errors were encountered:
inaka/elvis_core@8d6f636
Merge pull request #51 from jfacorro/jfacorro.343.op_spaces_fails_wit…
8e24a61
…h_unicode [Fix inaka/elvis#343] Use unicode module to convert utf8 binary to list
No branches or pull requests
The
erlang:binary_to_list/1
function is being used here butunicode:characters_to_list/1
should be used.The text was updated successfully, but these errors were encountered: