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
defmacro __using__(_)
Credo warns about too complex functions when using defmacro __using__ which is unnecessary to split up.
defmacro __using__
The text was updated successfully, but these errors were encountered:
Right, will fix for next release! 👍 Thx for reporting!
Sorry, something went wrong.
Great, very nice work btw. 👏
f7bf456
v0.1.4 contains this fix. Thanks again!
v0.1.4
No branches or pull requests
Credo warns about too complex functions when using
defmacro __using__
which is unnecessary to split up.The text was updated successfully, but these errors were encountered: